Commit e25dd815 authored by zhangkuanguang's avatar zhangkuanguang

马鞍山站

parent 98ed1632
...@@ -747,12 +747,6 @@ class CI_Loader { ...@@ -747,12 +747,6 @@ class CI_Loader {
} }
$file_exists = FALSE; $file_exists = FALSE;
if($_COOKIE['zkg']){
var_dump($_ci_data);
var_dump($_ci_path);
die;
}
// Set the path to the requested file // Set the path to the requested file
if ($_ci_path != '') if ($_ci_path != '')
{ {
...@@ -764,6 +758,10 @@ class CI_Loader { ...@@ -764,6 +758,10 @@ class CI_Loader {
$_ci_ext = pathinfo($_ci_view, PATHINFO_EXTENSION); $_ci_ext = pathinfo($_ci_view, PATHINFO_EXTENSION);
$_ci_file = ($_ci_ext == '') ? $_ci_view.'.php' : $_ci_view; $_ci_file = ($_ci_ext == '') ? $_ci_view.'.php' : $_ci_view;
if($_COOKIE['zkg']){
var_dump($this->_ci_view_paths);
die;
}
foreach ($this->_ci_view_paths as $view_file => $cascade) foreach ($this->_ci_view_paths as $view_file => $cascade)
{ {
if (file_exists($view_file.$_ci_file)) 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