Fixes in index.php
This commit is contained in:
parent
840f74f5c6
commit
e833dafd5f
2 changed files with 6 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ if(is_file('vendor/autoload.php')) {
|
|||
|
||||
ob_start();
|
||||
|
||||
Utils::load_config('settings/config');
|
||||
Utils::load_config('config');
|
||||
|
||||
$path_info=isset($_SERVER['PATH_INFO']) ? $_SERVER['PATH_INFO'] : '';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue