1 Star 0 Fork 123

龙人 / 齐博CMS之X1

forked from 齐博 / 齐博CMS之X1 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
member.php 1008 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
齐博 提交于 2018-05-14 18:49 . no commit message
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// [ 应用入口文件 ]
header('Content-Type:text/html;charset=utf-8');
// 检测PHP环境
if(version_compare(PHP_VERSION,'5.5.0','<')) die('PHP版本过低,最少需要PHP5.5,请升级PHP版本!');
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
// 定义入口为会员中心
define('ENTRANCE', 'member');
// 加载框架引导文件
require __DIR__ . '/thinkphp/start.php';
PHP
1
https://gitee.com/long_ren/x1_of_cms.git
git@gitee.com:long_ren/x1_of_cms.git
long_ren
x1_of_cms
齐博CMS之X1
master

搜索帮助

14c37bed 8189591 565d56ea 8189591