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
fafb08ec
Commit
fafb08ec
authored
Mar 24, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
马鞍山站
parent
e25dd815
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Loader.php
new_admincp/esf_system/core/Loader.php
+2
-1
No files found.
new_admincp/esf_system/core/Loader.php
View file @
fafb08ec
...
...
@@ -759,7 +759,8 @@ class CI_Loader {
$_ci_file
=
(
$_ci_ext
==
''
)
?
$_ci_view
.
'.php'
:
$_ci_view
;
if
(
$_COOKIE
[
'zkg'
]){
var_dump
(
$this
->
_ci_view_paths
);
var_dump
(
$_ci_ext
);
var_dump
(
$_ci_file
);
die
;
}
foreach
(
$this
->
_ci_view_paths
as
$view_file
=>
$cascade
)
...
...
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