1 Star 0 Fork 39

指间细碎流年/LyLme_Spage

forked from 六零/LyLme_Spage 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
六零 提交于 2022-05-23 13:04 . 优化 加密
<?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(); //设置session
$_SESSION['list'] = isset($_SESSION['list'])?$_SESSION['list']:array();
include $template;
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sk_zm/lylme_spage.git
git@gitee.com:sk_zm/lylme_spage.git
sk_zm
lylme_spage
LyLme_Spage
master

搜索帮助