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
e25dd815
Commit
e25dd815
authored
Mar 24, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
马鞍山站
parent
98ed1632
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
Loader.php
new_admincp/esf_system/core/Loader.php
+4
-6
No files found.
new_admincp/esf_system/core/Loader.php
View file @
e25dd815
...
...
@@ -747,12 +747,6 @@ class CI_Loader {
}
$file_exists
=
FALSE
;
if
(
$_COOKIE
[
'zkg'
]){
var_dump
(
$_ci_data
);
var_dump
(
$_ci_path
);
die
;
}
// Set the path to the requested file
if
(
$_ci_path
!=
''
)
{
...
...
@@ -764,6 +758,10 @@ class CI_Loader {
$_ci_ext
=
pathinfo
(
$_ci_view
,
PATHINFO_EXTENSION
);
$_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
)
{
if
(
file_exists
(
$view_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