diff --git a/index.php b/index.php index bed5d93..51eaaa6 100644 --- a/index.php +++ b/index.php @@ -11,5 +11,9 @@ if (!ini_get('date.timezone')) { } require 'vendor/autoload.php'; + +// Load configuration +$config = GitList\Config::fromFile('config.ini'); + $app = require 'boot.php'; -$app->run(); \ No newline at end of file +$app->run();