lylme_spage/index.php
2022-03-19 21:49:17 +08:00

8 lines
308 B
PHP

<?php
@header('Content-Type: text/html; charset=UTF-8');
if (!file_exists('install/install.lock'))
exit('<title>六零导航页 - 安装程序</title>您还未安装,点击<a href="install"><font color="blue">这里</font></a>开始安装!');
include "./include/common.php";
include $template;
?>