摘要: 根据install.lock文件是否存在,判断程序是否已经安装过,并跳转到不同位置。 if(!is_file("install.lock"))//这个文件是当系统安装完成后会生成,特用来判断是否安装过 { header("Location:install.php"); exit; } 如果文件不存在 阅读全文
posted @ 2020-01-27 09:49 aj8714523 阅读(132) 评论(0) 推荐(0)
/*粒子线条,鼠标移动会以鼠标为中心吸附的特效*/