优化安装程序
This commit is contained in:
@@ -17,7 +17,7 @@ require __DIR__ . '/../vendor/autoload.php';
|
||||
$app = new App();
|
||||
|
||||
if (!is_file($app->getRootPath() . '.env') || !is_file($app->getRootPath() . 'install.lock')) {
|
||||
header('Location: install.php');exit();
|
||||
header('Location: /install.php');exit();
|
||||
}
|
||||
|
||||
// 执行HTTP应用并响应
|
||||
|
||||
Reference in New Issue
Block a user