|
|
@@ -49,7 +49,7 @@ class User extends Base |
|
|
|
$ordinary_user_end=strtotime($ordinary_user_end); |
|
|
|
if (time()<$ordinary_user_end && time()>$ordinary_user_start){ |
|
|
|
$this->auth->logout(); |
|
|
|
$this->error('It\'s not time to open', $data); |
|
|
|
$this->error('It\'s not time to open', $data); |
|
|
|
} |
|
|
|
}else{ |
|
|
|
//特权用户 |
|
|
|