当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 8

wl606/高校实训室排课系统
暂停

forked from 郭毅/高校实训室排课系统
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
郭毅 提交于 2018-11-11 08:33 . 项目初始化
<?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>
// +----------------------------------------------------------------------
// 应用入口文件
// 检测PHP环境
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
header("Content-type: text/html; charset=utf-8");
die('PHP环境不支持,使用本系统需要 PHP > 5.3.0 版本才可以~ !');
}
//当前目录路径
define('SITE_PATH', getcwd() . '/');
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG',true);
//生成目录
//define('BIND_MODULE', 'Service');
// 定义应用目录
define('APP_PATH','./Application/');
//模板存放路径
define("TMPL_PATH", "./Template/");
//define('FFMPEG_PATH', '/usr/local/ffmpeg/bin/ffmpeg -i "%s" 2>&1');
define('FFMPEG_PATH', '/usr/local/Cellar/ffmpeg/4.0.1/bin/ffmpeg -i "%s" 2>&1');
// 引入ThinkPHP入口文件
require './ThinkPHP/ThinkPHP.php';
require './vendor/autoload.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wl606/classroom-rank.git
git@gitee.com:wl606/classroom-rank.git
wl606
classroom-rank
高校实训室排课系统
master

搜索帮助