lylme_spage/index.php
2022-05-22 14:09:51 +08:00

9 lines
326 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";
session_start();
include $template;
?>