diff --git a/config.php b/config/config.php similarity index 100% rename from config.php rename to config/config.php diff --git a/web/index.php b/web/index.php index 152a223..8905dcd 100644 --- a/web/index.php +++ b/web/index.php @@ -15,7 +15,7 @@ spl_autoload_register(array($app, 'autoload')); - require 'config.php'; + require 'config/config.php'; $app->run(); $app->serve();