mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-12 13:57:29 +08:00
nexus clients
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ if (!file_exists($rootpath . '.env')) {
|
||||
$installScriptRelativePath = 'install/install.php';
|
||||
$installScriptFile = $rootpath . "public/$installScriptRelativePath";
|
||||
if (file_exists($installScriptFile)) {
|
||||
redirect($installScriptRelativePath);
|
||||
nexus_redirect($installScriptRelativePath);
|
||||
}
|
||||
}
|
||||
require $rootpath . 'vendor/autoload.php';
|
||||
|
||||
Reference in New Issue
Block a user