Fixes in index.php

This commit is contained in:
Antonio de la Rosa 2022-05-01 00:30:37 +02:00
parent 840f74f5c6
commit e833dafd5f
2 changed files with 6 additions and 6 deletions

View file

@ -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'] : '';