From 0b7435b8827081341a331ecdd5546ac25121d87d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 13 Jun 2015 15:47:48 -0400 Subject: API: new procedure 'removeAllFiles' and contract change for 'createFile' --- app/common.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/common.php') diff --git a/app/common.php b/app/common.php index f4485267..d1659018 100644 --- a/app/common.php +++ b/app/common.php @@ -21,6 +21,7 @@ if (file_exists('config.php')) { } require __DIR__.'/constants.php'; +require __DIR__.'/check_setup.php'; $container = new Pimple\Container; $container->register(new ServiceProvider\LoggingProvider); -- cgit v1.2.3