1 Star 0 Fork 2

dylanlove/baijiacms

forked from 牛超/baijiacms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
admin.php 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
牛超 提交于 2017-09-11 10:18 . 提交代码进入git
<?php
if((empty($_REQUEST['act'])||!empty($_REQUEST['act'])&&$_REQUEST['act']!='modules')&&!file_exists(str_replace("\\",'/', dirname(__FILE__)).'/config/install.link'))
{
header("location:install.php");
exit;
}
$mod='mobile';
$_GET['act']="public";
defined('SYSTEM_ACT') or define('SYSTEM_ACT', 'mobile');
if(empty($_REQUEST['do']))
{
$_GET['do']='index';
}
ob_start();
$CLASS_LOADER="driver";
require 'includes/baijiacms.php';
ob_end_flush();
exit;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/dylanlove/baijiacms.git
[email protected]:dylanlove/baijiacms.git
dylanlove
baijiacms
baijiacms
master

搜索帮助