Skip to content

Commit 637b8c9

Browse files
committed
Update index.php
1 parent eca5134 commit 637b8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
define('DS', DIRECTORY_SEPARATOR);
33
define('ROOT', __DIR__ . DS . '..' . DS . 'app' . DS);
4-
$config = include ROOT . 'config/config.php';
4+
$config = include ROOT . 'cache/config/config.cache.php';
55
require ROOT . './../vendor/autoload.php';
66
require ROOT . 'config/services.php';
77
\Ubiquity\controllers\Startup::run($config);

0 commit comments

Comments
 (0)