Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
8b0e2e04
Commit
8b0e2e04
authored
Mar 24, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
马鞍山站
parent
0f244e81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
Loader.php
new_admincp/esf_system/core/Loader.php
+3
-4
No files found.
new_admincp/esf_system/core/Loader.php
View file @
8b0e2e04
...
...
@@ -747,7 +747,9 @@ class CI_Loader {
}
$file_exists
=
FALSE
;
if
(
$_COOKIE
[
'zkg'
]){
var_dump
(
$_ci_data
);
die
;
}
// Set the path to the requested file
if
(
$_ci_path
!=
''
)
{
...
...
@@ -774,9 +776,6 @@ class CI_Loader {
}
}
}
if
(
$_COOKIE
[
'zkg'
]){
var_dump
(
$_ci_path
);
die
;
}
if
(
!
$file_exists
&&
!
file_exists
(
$_ci_path
))
{
show_error
(
'Unable to load the requested file: '
.
$_ci_file
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment