1 Star 0 Fork 20

wniannianyouyu/eedo留言反馈管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
avenjan 提交于 2019-04-18 11:06 . 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';
}
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wniannianyouyu/EedoGuestBookSystem.git
git@gitee.com:wniannianyouyu/EedoGuestBookSystem.git
wniannianyouyu
EedoGuestBookSystem
eedo留言反馈管理系统
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385