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

agile.guo/weiphp4.0
暂停

forked from 凡星/weiphp4.0
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install.php 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
凡星 提交于 2017-07-20 14:51 . weiphp4.0beta版发布
<?php
// +----------------------------------------------------------------------
// | OneThink [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013 http://www.onethink.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: 麦当苗儿 <[email protected]> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
if(version_compare(PHP_VERSION,'5.5.0','<')) die('Your PHP Version is '.PHP_VERSION.', but WeiPHP require PHP > 5.5.0 !');
$_GET['m'] = 'Install';
/**
* 此处APP_DEBUG一定要设置为true,否则安装后会生成错误的缓存文件
*/
define ( 'APP_DEBUG', true );
define ( 'BIND_MODULE','Install');
// 网站根路径设置
define ( 'SITE_PATH', dirname ( __FILE__ ) );
/**
* 应用目录设置
* 安全期间,建议安装调试完成后移动到非WEB目录
*/
define ( 'APP_PATH', './Application/' );
/**
* 缓存目录设置
* 此目录必须可写,建议移动到非WEB目录
*/
define ( 'RUNTIME_PATH', './Runtime/' );
/**
* 引入核心入口
* ThinkPHP亦可移动到WEB以外的目录
*/
require './ThinkPHP/ThinkPHP.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/agile_guo/weiphp4.0.git
[email protected]:agile_guo/weiphp4.0.git
agile_guo
weiphp4.0
weiphp4.0
master

搜索帮助