添加安装脚本install.php
@@ -0,0 +1,8 @@
<?php
if (file_exists('config.php')) {
require_once('config.php');
} else {
//缺少config文件,转至install.php
header("Location: install.php");
exit();
}
The note is not visible to the blocked user.