1 Star 1 Fork 3

深圳市龙岗区余生网络工作室 / 酷享云支付

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
余生网络 提交于 2020-02-07 12:16 . yusheng
<?php
///////////////////////////////////////////////////////////////
// _ooOoo_ //
// o8888888o //
// 88" . "88 //
// (| ^_^ |) //
// O\ = /O //
// ____/`---'\____ //
// .' \\| |// `. //
// / \\||| : |||// \ //
// / _||||| -:- |||||- \ //
// | | \\\ - /// | | //
// | \_| ''\---/'' | | //
// \ .-\__ `-` ___/-. / //
// ___`. .' /--.--\ `. . ___ //
// ."" '< `.___\_<|>_/___.' >'"". //
// | | : `- \`.;`\ _ /`;.`/ - ` : | | //
// \ \ `-. \_ __\ /__ _/ .-` / / //
// ========`-.____`-.___\_____/___.-`____.-'======== //
// `=---=' //
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
// 佛祖保佑 永无BUG 永不修改 //
///////////////////////////////////////////////////////////////
include 'includes/common.php';
// +----------------------------------------------------------------------
if (empty($conf['template'])){
$template = 'moban1';
}else{
$template = $conf['template'];
}
if($conf['user_kai']==1){
$template ='404';
}
include ROOT.'template/'.$template.'/index.php';
?>
PHP
1
https://gitee.com/yusheng1994/kuxiang_cloud_payment.git
git@gitee.com:yusheng1994/kuxiang_cloud_payment.git
yusheng1994
kuxiang_cloud_payment
酷享云支付
master

搜索帮助