-
/www/wwwroot/www.jingmu.net/dayrui/App/Updatetime/Config/Hooks.php : 7 — in_array()
-
{PHP internal code} — Phpcmf\Service::{closure} ()
-
/www/wwwroot/www.jingmu.net/dayrui/Fcms/Core/Hooks.php : 337 — call_user_func()
-
/www/wwwroot/www.jingmu.net/dayrui/Fcms/Core/View.php : 283 — Phpcmf\Hooks::trigger ()
276 277 $LANG_PATH = LANG_PATH; 278 $THEME_PATH = THEME_PATH; 279 280 $_temp_file = $this->load_view_file($_view_file); 281 282 // 挂钩点 模板加载之后 283 \Phpcmf\Hooks::trigger('cms_view', $this->_options, $_temp_file); 284 285 include $_temp_file; 286 287 // 挂钩点 模板结束之后 288 \Phpcmf\Hooks::trigger('cms_view_end'); 289 290 $this->_view_time = round(microtime(true) - $phpcmf_start, 2); -
/www/wwwroot/www.jingmu.net/dayrui/App/Module/Extends/Home/Module.php : 616 — Phpcmf\View->display ()
609 'related' => $related, 610 'urlrule' => dr_module_show_url($this->module, $data, '[page]'), 611 'fix_html_now_url' => defined('SC_HTML_FILE') ? dr_url_prefix(dr_module_show_url($this->module, $data, $page), $this->module['dirname'], SITE_ID, \Phpcmf\Service::IS_MOBILE_TPL()) : '', // 修复静态下的当前url变量 612 ]); 613 614 \Phpcmf\Service::V()->module($this->module['dirname']); 615 $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'); 616 !$rt && \Phpcmf\Service::V()->display($data['phpcmf_tpl']); 617 618 return $data; 619 } 620 621 // 模块草稿、审核、定时、内容页 622 protected function _MyShow($type, $id = 0, $page = 1) { 623 -
/www/wwwroot/www.jingmu.net/dayrui/Fcms/Control/Show.php : 34 — Phpcmf\Home\Module->_Show ()
27 $this->goto_404_page(dr_lang('无法通过id找到共享模块的模块目录')); 28 } 29 30 // 初始化模块 31 $this->_module_init($mid); 32 33 // 调用内容方法 34 $this->_Show($id, null, max(1, (int)\Phpcmf\Service::L('input')->get('page'))); 35 } 36 37 } 38 -
/www/wwwroot/www.jingmu.net/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.jingmu.net/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.jingmu.net/dayrui/Fcms/Init.php — require()
-
require /www/wwwroot/www.jingmu.net/public/index.php — require()