1 Star 0 Fork 21

燕北 / baigoCMS

forked from baigoStudio / baigoCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
fone 提交于 2017-02-20 15:15 . v2.0
<?php
/*-----------------------------------------------------------------
!!!!警告!!!!
以下为系统文件,请勿修改
-----------------------------------------------------------------*/
$arr_mod = array("index", "cate", "article", "search", "tag", "spec");
if (isset($_GET["mod"])) {
$mod = $_GET["mod"];
} else {
$mod = $arr_mod[0];
}
if (!in_array($mod, $arr_mod)) {
exit("Access Denied");
}
$base = dirname(__FILE__) . DIRECTORY_SEPARATOR;
require($base . "bg_config/config.class.php");
$obj_init = new CLASS_CONFIG();
$obj_init->config_gen();
require($obj_init->str_pathRoot . "bg_config/config.inc.php"); //载入配置
require(BG_PATH_MODULE . "pub/ui/" . $mod . ".php");
PHP
1
https://gitee.com/i89day/baigoCMS.git
git@gitee.com:i89day/baigoCMS.git
i89day
baigoCMS
baigoCMS
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891