13 Star 147 Fork 31

六零 / LyLme_Spage

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
index.php 320 Bytes
Copy Edit Raw Blame History
六零 authored 2023-12-16 17:20 . 更新 v1.8.0版本
<?php
@header('Content-Type: text/html; charset=UTF-8');
if (!file_exists('install/install.lock')) {
header("Location:/install");
exit();
}
require "./include/common.php";
session_start(); //设置session
$_SESSION['list'] = isset($_SESSION['list']) ? $_SESSION['list'] : array();
require $template;
PHP
1
https://gitee.com/lylme/lylme_spage.git
git@gitee.com:lylme/lylme_spage.git
lylme
lylme_spage
LyLme_Spage
master

Search