Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
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
zhangjun
User
Commits
8e2de42d
Commit
8e2de42d
authored
Feb 23, 2023
by
fangliyan
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'revert-
8a20fbbb
' 到 'release'
撤销 "登录跳转问题" 查看合并请求
!16
parents
8a20fbbb
a1d4bc02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
login.php
center/controllers/login.php
+4
-1
No files found.
center/controllers/login.php
View file @
8e2de42d
...
...
@@ -16,8 +16,11 @@ class Login extends MY_Controller
//登录页面
function
index
()
{
$ref_url
=
$_SERVER
[
"HTTP_REFERER"
];
$login_url
=
"http://passport.house365.com/index/login"
;
$login_url
.=
$login_url
?
(
'?others_returnback='
.
$ref_url
)
:
''
;
Header
(
"HTTP/1.1 301 Moved Permanently"
);
Header
(
"Location:
http://newrent.house365.com/user/login
"
);
Header
(
"Location:
$login_url
"
);
exit
;
//IM 埋点
if
(
$_GET
[
'from'
]
==
'im'
){
...
...
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