// 判断是否安装
if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
{
header("location:./install.php");
exit;
}
tp5.1 判断文件是否存在
阅读 70
2022-07-27
// 判断是否安装
if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
{
header("location:./install.php");
exit;
}
相关推荐
精彩评论(0)