1 Star 0 Fork 0

PeaceXie / cheerweb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
PeaceXie 提交于 2019-05-25 09:00 . No commit message
<?php
define('RUN_FRONT', 1);
//$_cbase['tpl']['tpc_on'] = 0; //是否开启模板缓存
$_cbase['tpl']['vdir'] = 'base';
$_cbase['ucfg']['lang'] = '(auto)'; // 切换语言
// mlang-start
$_bdpart = empty($_GET['_bdpart']) ? '' : $_GET['_bdpart'];
if($_bdpart){
$_cbase['tpl']['bdpart'] = $_bdpart;
}
// mlang-end
require __DIR__.'/root/run/_init.php';
$vop = new \imcat\vopShow();
PHP
1
https://gitee.com/peacexie/cheerweb.git
git@gitee.com:peacexie/cheerweb.git
peacexie
cheerweb
cheerweb
master

搜索帮助