2024.3.14

This commit is contained in:
Ibnu Maksum
2024-03-15 10:43:49 +07:00
parent c82b6b6acf
commit 1d0d3f13ab
4 changed files with 10 additions and 5 deletions

View File

@ -37,7 +37,6 @@ function _autoloader($class)
}
spl_autoload_register('_autoloader');
if (!file_exists($root_path . 'config.php')) {
$root_path .= '..' . DIRECTORY_SEPARATOR;
if (!file_exists($root_path . 'config.php')) {