6 Star 22 Fork 18

Rain / 在线答题-问卷调查小系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 905 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
rain 提交于 2018-11-05 15:30 . 添加整体源码和数据库文件
<?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>
// +----------------------------------------------------------------------
// [ 应用入口文件 ]
define('VENDOR_PATH', __DIR__ .'/vendor/');
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
// 定义配置文件目录和应用目录同级
define('CONF_PATH', __DIR__.'/application/config/');
// 加载框架引导文件
require __DIR__ . '/thinkphp/start.php';
1
https://gitee.com/rainweb/questionnaire.git
git@gitee.com:rainweb/questionnaire.git
rainweb
questionnaire
在线答题-问卷调查小系统
master

搜索帮助

14c37bed 8189591 565d56ea 8189591