ion', $this->_action); $this->assign_value('url_suffix', $_ENV['_config']['url_suffix']); $models = $this->models->get_models(); $models_arr = array(); foreach($models as $v) { if($v['mid'] > 1) { $models_arr[] = $v; } } $this->assign('models_list', $models_arr); //站点关闭 $this->close_website(); $le_hl_setting = isset($this->_cfg['le_hl']) ? $this->_cfg['le_hl'] : array(); $this->assign_value('day_prefix', $this->_cfg['webdir'].$le_hl_setting['day_prefix']); } //站点关闭 protected function close_website(){ if(isset($this->_cfg['close_website']) && !empty($this->_cfg['close_website'])){ $this->_cfg['titles'] = empty($this->_cfg['seo_title']) ? $this->_cfg['webname'] : $this->_cfg['seo_title']; $this->_var['topcid'] = 0; $this->assign('cfg', $this->_cfg); $this->assign('cfg_var', $this->_var); $GLOBALS['run'] = &$this; $tpl = 'close_website.htm'; if( !file_exists(VIEW_PATH.$_ENV['_theme'].'/'.$tpl) ){ exit(lang('close_website_tips')); } $_ENV['_theme'] = &$this->_cfg['theme']; $this->display($tpl); exit(); } } //获取当前页面URL protected function _current_url(){ return HTTP.R('HTTP_HOST', 'S').R('REQUEST_URI', 'S'); } } Lecms 3.0.3 错误

错误信息

错误位置

基本信息

程序流程

SQL

$_GET

$_POST

$_COOKIE

包含文件

其他信息