1 Star 0 Fork 0

胖子AK / weiphp4.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.php 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
lihao 提交于 2018-02-01 16:54 . add
<?php
// +----------------------------------------------------------------------
// | OneThink [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013 http://www.onethink.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: 麦当苗儿 <zuojiazi@vip.qq.com> <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';
PHP
1
https://gitee.com/dokak47/weiphp4.0.git
git@gitee.com:dokak47/weiphp4.0.git
dokak47
weiphp4.0
weiphp4.0
master

搜索帮助