代码拉取完成,页面将自动刷新
<?php
/**
* YmCms 优盟多元化内容管理系统 v1 [ YMPHP framework ]
*
* @copyright Copyright (c) 2021 - 2023, You Meng, Inc.
* @License This is NOT a freeware, use is subject to license terms
* @link https://www.youmengcms.com
* @Author Xiao Yao <790213952@qq.com>
*/
define('APPTYPEID', 0);
define('CURSCRIPT', '');
global $cfg_visitState;
global $cfg_sitePageGray;
require './system/common.php';
//域名检测
$httpHost = $_SERVER['HTTP_HOST']; //来访域名
//获取访问详情 兼容win
$reqUri = $_SERVER["HTTP_X_REWRITE_URL"];
if($reqUri == null){
$reqUri = $_SERVER["HTTP_X_ORIGINAL_URL"];
if($reqUri == null){
$reqUri = $_SERVER["REQUEST_URI"];
}
}
$isMobile = isMobile();
if ($_GET['m'] == ''){
$module = 'tongcheng';
}
$mod = $module ? $module : $_GET['m'];
//微信端隐藏域名
if(C::isWeixin()) {
echo '<div style="position: fixed; left: 0; top: 0; right: 0; z-index: -1; height: 2rem; background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 100%);"></div>';
}
if($cfg_sitePageGray == 1){
$pageGrayCss = '<style media="screen">html{filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);}</style>';
echo $pageGrayCss;
}
//关闭PC端
if($cfg_visitState == 0){
include template("common/mobile");
}else{
include template("tongcheng/index");
// require YMCMS_ROOT.'system/module/base.php';
// require YMCMS_ROOT.'system/module/'.$mod.'/base.php';
}
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。