-
include /www/wwwroot/www.sthyzt.com/dayrui/Fcms/Core/View.php — include()
-
/www/wwwroot/www.sthyzt.com/dayrui/App/Module/Extends/Home/Module.php : 597 — Phpcmf\View->display ()
590 'related' => $related, 591 'urlrule' => \Phpcmf\Service::L('Router')->show_url($this->module, $data, '[page]'), 592 'fix_html_now_url' => defined('SC_HTML_FILE') ? dr_url_prefix(\Phpcmf\Service::L('Router')->show_url($this->module, $data, $page), $this->module['dirname'], SITE_ID, \Phpcmf\Service::IS_MOBILE_TPL()) : '', // 修复静态下的当前url变量 593 ]); 594 \Phpcmf\Service::V()->module($this->module['dirname']); 595 596 $data['phpcmf_tpl'] = isset($data['template']) && strpos($data['template'], '.html') !== FALSE && is_file(\Phpcmf\Service::V()->get_dir().$data['template']) ? $data['template'] : ($cat['setting']['template']['show'] ? $cat['setting']['template']['show'] : 'show.html'); 597 !$rt && \Phpcmf\Service::V()->display($data['phpcmf_tpl']); 598 599 return $data; 600 } 601 602 // 模块草稿、审核、定时、内容页 603 protected function _MyShow($type, $id = 0, $page = 1) { 604 -
/www/wwwroot/www.sthyzt.com/dayrui/Fcms/Control/Show.php : 37 — Phpcmf\Home\Module->_Show ()
30 $this->goto_404_page(dr_lang('无法通过id找到共享模块的模块目录')); 31 } 32 33 // 初始化模块 34 $this->_module_init($mid); 35 36 // 调用内容方法 37 $this->_Show($id, null, max(1, (int)\Phpcmf\Service::L('input')->get('page'))); 38 } 39 40 } 41 -
/www/wwwroot/www.sthyzt.com/dayrui/System/Extend/Run.php : 149 — Phpcmf\Control\Show->index ()
142 'value' => $value 143 ]); 144 145 } 146 } 147 } 148 149 $app->$method(); 150 151 if (CI_DEBUG) { 152 $tool = new \CodeIgniter\Debug\Toolbar(config(\Config\Toolbar::class)); 153 $tool->prepare($this); 154 } 155 156 -
/www/wwwroot/www.sthyzt.com/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.sthyzt.com/dayrui/Fcms/Init.php — require()
-
require /www/wwwroot/www.sthyzt.com/index.php — require()