Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xiaowei
9 years ago
Commit
7760fc66564f7d52f445cfd700c060952821ea46
1 parent
7b76f1d2
防止撞库
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Login.php
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Login.php
View file @
7760fc6
...
...
@@ -133,7 +133,7 @@ class LoginController extends WebAction
//再次校验
$accountTimes
=
Cache
::
get
(
$accountKey
);
$ipTimes
=
Cache
::
get
(
$ipKey
);
if
(
$accountTimes
>=
1
)
{
if
(
$accountTimes
>=
1
0
)
{
$data
=
array
(
'code'
=>
400
,
'message'
=>
'您的账号已被暂时锁定,请稍后再试'
,
'data'
=>
''
);
break
;
}
...
...
Please
register
or
login
to post a comment