Commit 9ee9fb5d by 冷斌

update

parent cfa9e121
......@@ -23,7 +23,7 @@ class AuthController extends HomebaseController {
$user = M("users")->where("id='{$uid}'")->find();
$ctime = strtotime($user['create_time']) + 3600 * 72;
$isNew = $ctime > time() ? 1 : 0;
$this->assign("isNew",1);
$this->assign("isNew",$isNew);
if($reset!=1){
$auth=M("users_auth")->where("uid='{$uid}'")->find();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment