Commit 8b0e2e04 authored by zhangkuanguang's avatar zhangkuanguang

马鞍山站

parent 0f244e81
...@@ -747,7 +747,9 @@ class CI_Loader { ...@@ -747,7 +747,9 @@ class CI_Loader {
} }
$file_exists = FALSE; $file_exists = FALSE;
if($_COOKIE['zkg']){
var_dump($_ci_data);die;
}
// Set the path to the requested file // Set the path to the requested file
if ($_ci_path != '') if ($_ci_path != '')
{ {
...@@ -774,9 +776,6 @@ class CI_Loader { ...@@ -774,9 +776,6 @@ class CI_Loader {
} }
} }
} }
if($_COOKIE['zkg']){
var_dump($_ci_path);die;
}
if ( ! $file_exists && ! file_exists($_ci_path)) if ( ! $file_exists && ! file_exists($_ci_path))
{ {
show_error('Unable to load the requested file: '.$_ci_file); show_error('Unable to load the requested 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