1 Star 0 Fork 18

阳台菜朋友/H5扫雷红包

forked from pogy/H5扫雷红包 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
think 1.15 KB
Copy Edit Raw Blame History
人生无悔 authored 2019-12-10 14:02 . first commit
#!/usr/bin/env php
<?php
// +----------------------------------------------------------------------
// | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013-2018 http://www.thinkcmf.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: 老猫 <zxxjjforever@163.com>
// +----------------------------------------------------------------------
// 调试模式开关
define("APP_DEBUG", true);
// 小夏是最帅的男人!
// 定义CMF根目录,可更改此目录
define('CMF_ROOT', __DIR__ . '/');
echo CMF_ROOT;
// 定义插件目录
define('PLUGINS_PATH', __DIR__ . '/public/plugins/');
// 定义应用目录
define('APP_PATH', CMF_ROOT . 'app/');
// 定义CMF核心包目录
define('CMF_PATH', CMF_ROOT . 'simplewind/cmf/');
// 定义扩展目录
define('EXTEND_PATH', CMF_ROOT . 'simplewind/extend/');
define('VENDOR_PATH', CMF_ROOT . 'simplewind/vendor/');
// 定义应用的运行时目录
define('RUNTIME_PATH', CMF_ROOT . 'data/runtime/');
// 加载框架引导文件
require CMF_ROOT.'simplewind/thinkphp/console.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hyhyy/saolei.git
git@gitee.com:hyhyy/saolei.git
hyhyy
saolei
H5扫雷红包
master

Search