Redirect to install page when configuration doesn't exist.
这个提交包含在:
父节点
860adbb7ab
当前提交
f9fb38c649
共有 1 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -255,8 +255,9 @@ if ( ! function_exists('get_config'))
|
|||
}
|
||||
elseif ( ! $found)
|
||||
{
|
||||
set_status_header(503);
|
||||
echo 'The configuration file does not exist.';
|
||||
// set_status_header(301);
|
||||
header('Location: install/');
|
||||
// echo 'The configuration file does not exist.';
|
||||
exit(3); // EXIT_CONFIG
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用