1 Star 0 Fork 1.7K

尖斌卡 / ShopXO免费开源B2C商城系统

forked from 纵之格 / ShopXO 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
admin.php 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
danan521 提交于 2018-11-28 01:21 . 优化 安装包生成
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// 后台应用入口文件
// 引入公共入口文件
require './core.php';
// 默认绑定访问Admin模块
define('BIND_MODULE', 'Admin');
// 引入ThinkPHP入口文件
require './ThinkPHP/ThinkPHP.php';
?>
PHP
1
https://gitee.com/aohanhongzhi/shopxo.git
git@gitee.com:aohanhongzhi/shopxo.git
aohanhongzhi
shopxo
ShopXO免费开源B2C商城系统
master

搜索帮助