Browse Source

checkredis

yijia
娄梦宁 4 years ago
parent
commit
c71ef11a8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/User.php

+ 1
- 1
addons/unishop/controller/User.php View File

@@ -59,7 +59,7 @@ class User extends Base
$privilege_user_end=strtotime($privilege_user_end);
if (time()<$privilege_user_end && time()>$privilege_user_start){
$this->auth->logout();
$this->error('It\'s not time to open', $data);
$this->error('It\'s not time to open '.$privilege_user_start." ".$privilege_user_end, $data);
}
}



Loading…
Cancel
Save