20 Star 74 Fork 20

avenjan/eedo留言反馈管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
avenjan 提交于 2019-04-18 11:06 +08:00 . Pro-V9.20.2
<?php
if(!file_exists(dirname(__FILE__).'/libs/install.lock')){
header('Location:install/index.php');
exit();
}
if(!empty($_GET["go"]) && $_GET["go"] =='master'){
require 'view/master/index.php';
}else{
require 'libs/function.php';
require 'view/home/index.php';
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/avenjan/EedoGuestBookSystem.git
git@gitee.com:avenjan/EedoGuestBookSystem.git
avenjan
EedoGuestBookSystem
eedo留言反馈管理系统
master

搜索帮助