mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 22:38:03 +08:00
8 lines
308 B
PHP
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;
|
|
?>
|