1 Star 0 Fork 58

jun_x1017/七只熊文库CMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.php 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
熊大 提交于 2019-01-14 15:21 . 七只熊文库CMS
<?php
if (is_file('./data/install.lock')) {
header('Location: ./');
exit;
}
/* 应用名称*/
define('APP_NAME', 'install');
/* 应用目录*/
define('APP_PATH', './install/');
/* DEBUG开关*/
define('APP_DEBUG', true);
require("./wkcms/wkcms.php");
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jun_x1017/wenkucms.git
git@gitee.com:jun_x1017/wenkucms.git
jun_x1017
wenkucms
七只熊文库CMS
master

搜索帮助