fix redirect to install

This commit is contained in:
iBNu Maksum 2025-02-06 11:31:52 +07:00
parent b3169a2060
commit a2237390e0
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
2 changed files with 3 additions and 2 deletions

View file

@ -42,7 +42,7 @@ spl_autoload_register('_autoloader');
if (!file_exists($root_path . 'config.php')) {
$root_path .= '..' . DIRECTORY_SEPARATOR;
if (!file_exists($root_path . 'config.php')) {
r2(getUrl('install'));
r2('./install');
}
}