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
486f9f25
Commit
486f9f25
authored
Mar 24, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
马鞍山站
parent
68b68df9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
config_mas.php
new_admincp/applications/zsb/config/config_mas.php
+1
-1
Loader.php
new_admincp/esf_system/core/Loader.php
+0
-7
No files found.
new_admincp/applications/zsb/config/config_mas.php
View file @
486f9f25
...
...
@@ -605,7 +605,7 @@ $config['imageType'] = array(
);
//模板配置
$config
[
'templateName'
]
=
'
mas
'
;
$config
[
'templateName'
]
=
'
nj
'
;
define
(
'TEMPLATE_NAME'
,
$config
[
'templateName'
]);
//租售宝账号注册
...
...
new_admincp/esf_system/core/Loader.php
View file @
486f9f25
...
...
@@ -757,13 +757,6 @@ class CI_Loader {
{
$_ci_ext
=
pathinfo
(
$_ci_view
,
PATHINFO_EXTENSION
);
$_ci_file
=
(
$_ci_ext
==
''
)
?
$_ci_view
.
'.php'
:
$_ci_view
;
if
(
$_COOKIE
[
'zkg'
]){
var_dump
(
$_ci_data
);
var_dump
(
$_ci_ext
);
var_dump
(
$_ci_file
);
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