0 Star 0 Fork 45

fuqt08/free55novel

forked from pizigou/free55novel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
admin.php 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
pizigou 提交于 2013-12-19 16:43 . 1. 目录结构重新规划
<?php
if ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_ADDR'] == '127.0.0.1') {
error_reporting(E_COMPILE_ERROR|E_ERROR);
//die('Not Found');
$config=dirname(__FILE__).'/system/core/admin/config/main.php';
} else {
error_reporting(0);
defined('YII_DEBUG') or define('YII_DEBUG', false);
$config = dirname(__FILE__).'/system/core/admin/config/main.php';
}
require_once('./common.php');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/null_956_5005/free55novel.git
git@gitee.com:null_956_5005/free55novel.git
null_956_5005
free55novel
free55novel
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385