2024.3.14

This commit is contained in:
Ibnu Maksum 2024-03-15 10:43:49 +07:00
parent c82b6b6acf
commit 1d0d3f13ab
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
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')) {