Merge branch 'master' of gitee.com:hainatravel/information-system

hotfix/远程访问多媒体中心
cyc 7 years ago
commit f613308f6c

1
.gitignore vendored

@ -1,4 +1,5 @@
.idea
.phpintel
.svn/*
*/logs/log*
/web.config

@ -572,8 +572,8 @@ $config['templates_i'] = array(
'[城市]C景点列表模板' => 'city_info_attractions_list',
'[城市]C景点详细模板' => 'city_attractions',
'[专题]T0空白' => 'r_tpl_empty',
'[专题]T0空白H1+面包屑)' => 'r_empty2',
'[专题]T0空白仅容器' => 'r_empty_container',
'[专题]T0空白H1+面包屑)' => 'r_empty2',
'----------二级目录----------' => '------2------',
'[专题]T2首页' => 'r_t2_index',
'[专题]T2详细' => 'r_t2_detail',
@ -956,6 +956,7 @@ $config['templates_product'] = array(
//产品管理板块模板(国际站使用)
$config['templates_product_i'] = array(
'空白模板(仅容器)' => 'r_empty_container',
'空白模板(新)' => 'r_tpl_empty_2017',
'空白模板(旧)' => 'r_tpl_empty',
);

@ -127,8 +127,6 @@ class Information extends CI_Controller {
}
public function edit($is_id) {
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
set_time_limit(30);
//$this->output->enable_profiler(true);
//查询结构信息

Loading…
Cancel
Save