代码拉取完成,页面将自动刷新
同步操作将从 进云软件/进云JYS框架 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
/*
* [JINYUN!] (C)2001-2099 Jinyunweb.com
* This is NOT a freeware, use is subject to license terms
* $Id: 2017-12-13 03:39:35 apple $
*/
require_once './core/core.php';
if($_SERVER['HTTP_HOST']==DOMAIN){
//如果当前域名为系统主域名,自动转向到系统后台
if($_AR['system']['istakeover']==1 && $_AR['system']['takeoverplugin']){
header('Location: ./custom/index.php');exit;
}else{
header('Location: ./manage/index.php');exit;
}
}
//优化域名指定页面
$domain=pdo_get('core_domain',array('domain'=>$_SERVER['HTTP_HOST']),array('url','is_zhu'));
$query=$domain['url'];
if($query){
if($domain['is_zhu']){
$url=$query;
}else{
$query=explode('?',$query,2);
$query=$query['1'];
$url=HTTP.$_SERVER['HTTP_HOST'].'/custom/index.php?'.$query;
}
header('location:'.$url);
exit;
}
//站点独立域名
$check=pdo_getcolumn('core_accounts',array('domain'=>trim($_SERVER['HTTP_HOST']),'domain_to'=>0),'uniacid');
if($check){
$url=HTTP.$_SERVER['HTTP_HOST'].WEB_ROOT.'custom/index.php?i='.$check.'&plugin=core&action=home.welcome';
header('location:'.$url);
exit;
}
/*if(USER_DOMAIN && strexists($_SERVER['HTTP_HOST'],USER_DOMAIN)){
//启用给用户分配独立域名,检查域名是否为系统分配的独立域名
$uniacid=str_replace(USER_DOMAIN,'',$_SERVER['HTTP_HOST']);
$uniacid=intval($uniacid);
if($uniacid){
//成功获得站点ID,存入$_RQ中备用
$_RQ['i']=$uniacid;
require 'custom/index.php';
}else{
exit;
}
}*/
//没有开启分配独立域名功能或者给域名绑定URL,此处跳转管理端首页
if($_AR['system']['istakeover']==1 && $_AR['system']['takeoverplugin']){
header('Location: ./custom/index.php');exit;
}else{
header('Location: ./manage/index.php');
}
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。