-
include /www/wwwroot/www.ksl-crosslink.com/www/dayrui/Fcms/Core/View.php — include()
-
/www/wwwroot/www.ksl-crosslink.com/www/dayrui/Fcms/Core/Phpcmf.php : 712 — Phpcmf\View->display ()
705 'time' => $time, 706 'mark' => $code, 707 'backurl' => $backurl, 708 'meta_title' => dr_clearhtml($msg), 709 'is_msg_page' => 1, 710 ]); 711 712 \Phpcmf\Service::V()->display('msg.html', 'admin'); 713 if ($return) { 714 return; 715 } 716 !defined('SC_HTML_FILE') && exit(); 717 } 718 719 /** -
/www/wwwroot/www.ksl-crosslink.com/www/dayrui/Fcms/Library/Router.php : 128 — Phpcmf\Common->_admin_msg ()
121 } 122 \Phpcmf\Service::C()->_admin_msg(1, '开发者模式:<br>当前URL['.dr_now_url().']<br>与其本身地址['.$url.']不符<br>正在自动跳转本身地址(关闭开发者模式时即可自动跳转)', $url, 9); 123 } elseif (defined('SYS_URL_ONLY') && SYS_URL_ONLY) { 124 \Phpcmf\Service::C()->goto_404_page('匹配地址与实际地址不符'); 125 } 126 } elseif (IS_DEV) { 127 // 自动识别 128 \Phpcmf\Service::C()->_admin_msg(1, '开发者模式:<br>当前URL['.dr_now_url().']<br>自动识别为['.$url.']<br>若不需要识别功能可在后台-设置-手机设置-关闭自动识别(如果开启了CDN请关闭自动识别)<br>正在自动跳转本身地址(关闭开发者模式时即可自动跳转)', $url, 9); 129 } 130 dr_redirect($url, 'location', '301'); 131 } 132 } 133 134 // 判断满足定向跳转的条件 135 public function is_redirect_url($url, $is_mobile = 0, $is_page = 0) { -
/www/wwwroot/www.ksl-crosslink.com/www/dayrui/Fcms/Library/Router.php : 109 — Phpcmf\Library\Router->redirect ()
102 if (isset($_GET['not301']) && intval($_GET['not301']) > 1) { 103 return; // 排除自定义参数 104 } elseif (isset($_GET['page']) && intval($_GET['page']) > 1) { 105 return; // 排除分页 106 } 107 108 // 跳转 109 $this->redirect($url, true); 110 } 111 112 // 执行跳转动作 113 public function redirect($url, $auto = false) { 114 115 // 跳转 116 if ($url != FC_NOW_URL) { -
/www/wwwroot/www.ksl-crosslink.com/www/dayrui/App/Module/Config/Run.php : 30 — Phpcmf\Library\Router->auto_redirect ()
23 \Phpcmf\Service::L('Router')->auto_redirect(str_replace(dr_http_prefix($domain), dr_http_prefix($client[$domain]), dr_now_url())); 24 } 25 } else { 26 // 这是电脑端 27 if (dr_in_array($domain, $client)) { 28 // 表示这个域名属于移动端,需要跳转到pc 29 $arr = array_flip($client); 30 \Phpcmf\Service::L('Router')->auto_redirect(str_replace(dr_http_prefix($domain), dr_http_prefix($arr[$domain]), dr_now_url())); 31 } 32 } 33 } 34 35 // 判断网站是否关闭 36 if (!IS_DEV && !IS_ADMIN && !IS_API 37 && $this->site_info[SITE_ID]['SITE_CLOSE'] -
require /www/wwwroot/www.ksl-crosslink.com/www/dayrui/Fcms/Core/Phpcmf.php — require()
-
/www/wwwroot/www.ksl-crosslink.com/www/dayrui/System/Extend/Run.php : 115 — Phpcmf\Common->__construct ()
108 109 $class = $namespace.'\\'.$controller; 110 if (! class_exists($class)) { 111 throw \CodeIgniter\Exceptions\PageNotFoundException::forControllerNotFound($class); 112 exit('<font color=red>控制器不存在</font>'); 113 } 114 115 $app = new $class; 116 117 if (! method_exists($app, $method)) { 118 throw \CodeIgniter\Exceptions\PageNotFoundException::forMethodNotFound($class, $method); 119 exit('<font color=red>方法不存在</font>'); 120 } 121 122 if (IS_POST && SYS_CSRF) { -
/www/wwwroot/www.ksl-crosslink.com/www/dayrui/System/Init.php : 402 — Frame\Run->bootWeb ()
395 $tool->respond(); 396 }); 397 } 398 399 400 // 启动框架 401 $run = new \Frame\Run(); 402 $run->bootWeb(); 403 404 -
require /www/wwwroot/www.ksl-crosslink.com/www/dayrui/Fcms/Init.php — require()
-
require /www/wwwroot/www.ksl-crosslink.com/www/public/index.php — require()
-
require /www/wwwroot/www.ksl-crosslink.com/www/public/mobile/index.php — require()