143 Star 258 Fork 41

百家 / baijiacms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.php 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2017-01-05 12:29 . baijiacms v4.1.4
<?php
if(file_exists(str_replace("\\",'/', dirname(__FILE__)).'/config/install.link'))
{
header("location:index.php");
exit;
}
define('LOCK_TO_INSTALL', true);
$mod='mobile';
defined('SYSTEM_ACT') or define('SYSTEM_ACT', 'mobile');
$_GET['act']="public";
$_GET['do']="install";
ob_start();
$CLASS_LOADER="driver";
require 'includes/baijiacms.php';
ob_end_flush();
exit;
PHP
1
https://gitee.com/openbaijia/baijiacms.git
git@gitee.com:openbaijia/baijiacms.git
openbaijia
baijiacms
baijiacms
master

搜索帮助