// 判断是否安装
if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
{
header("location:./install.php");
exit;
}
tp5.1 判断文件是否存在
最新推荐文章于 2024-04-18 20:36:06 发布
// 判断是否安装
if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
{
header("location:./install.php");
exit;
}