Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
sso
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
於志远
2016-09-27 17:02:00 +0800
Commit
06e24c332bfcf2a6cb0a234460da2f95cba1724e
1 parent
0fc8bef7
sso debug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
facade/Auth.class.php
facade/Auth.class.php
View file @
06e24c3
...
...
@@ -149,7 +149,7 @@ class Facade_Auth
*/
public
static
function
isMobile
(
$mobile
)
{
return
preg_match
(
'/^1[3|4|5|7|8][0-9]
|999
\d{8}$/'
,
$mobile
);
return
preg_match
(
'/^1[3|4|5|7|8][0-9]\d{8}$/'
,
$mobile
);
}
/**
...
...
Please
register
or
login
to post a comment