Commit 486f9f25 authored by zhangkuanguang's avatar zhangkuanguang

马鞍山站

parent 68b68df9
......@@ -605,7 +605,7 @@ $config['imageType'] = array(
);
//模板配置
$config['templateName']= 'mas';
$config['templateName']= 'nj';
define('TEMPLATE_NAME', $config['templateName']);
//租售宝账号注册
......
......@@ -757,13 +757,6 @@ class CI_Loader {
{
$_ci_ext = pathinfo($_ci_view, PATHINFO_EXTENSION);
$_ci_file = ($_ci_ext == '') ? $_ci_view.'.php' : $_ci_view;
if($_COOKIE['zkg']){
var_dump($_ci_data);
var_dump($_ci_ext);
var_dump($_ci_file);
die;
}
foreach ($this->_ci_view_paths as $view_file => $cascade)
{
if (file_exists($view_file.$_ci_file))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment