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
9669bf62
Commit
9669bf62
authored
Mar 24, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
马鞍山站
parent
967b34b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
login.php
new_admincp/applications/zsb/controllers/login.php
+0
-3
No files found.
new_admincp/applications/zsb/controllers/login.php
View file @
9669bf62
...
@@ -66,9 +66,6 @@ class Login extends MY_Controller {
...
@@ -66,9 +66,6 @@ class Login extends MY_Controller {
$data_arr
[
'username'
]
=
$username
;
$data_arr
[
'username'
]
=
$username
;
$data_arr
[
'password'
]
=
$password
;
$data_arr
[
'password'
]
=
$password
;
$data_arr
[
'google_analytics'
]
=
get_ga_js_code
(
'/登陆页/'
);
$data_arr
[
'google_analytics'
]
=
get_ga_js_code
(
'/登陆页/'
);
if
(
$_COOKIE
[
'zkg'
]){
var_dump
(
111
);
die
;
}
//加载模板
//加载模板
$this
->
load
->
view
(
'login'
,
$data_arr
);
$this
->
load
->
view
(
'login'
,
$data_arr
);
}
}
...
...
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