1 Star 0 Fork 1

名字长点才好记 / kol

forked from gtzhong / kol 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
admin.php 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
/**
* 跃飞科技版权所有 @2017
*/
define("SP_PATH",dirname(__FILE__)."/SpeedPHP");
define('APP_PATH', './Admin/');
define('Common_PATH', './Common/');
$spConfig = require(APP_PATH."/config/config.php"); //spConfigReady函数可以覆盖用户配置项
require(SP_PATH."/SpeedPHP.php");
//require(Common_PATH."/config/constants.php");
//require(Common_PATH."/helper/function.php");
require './vendor/autoload.php';
header('content-type:text/html;charset=utf-8');
spRun();
PHP
1
https://gitee.com/kaopuke/kol.git
git@gitee.com:kaopuke/kol.git
kaopuke
kol
kol
master

搜索帮助