娄梦宁 4 лет назад
Родитель
Сommit
efa5a49cd7
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      addons/unishop/controller/User.php

+ 1
- 1
addons/unishop/controller/User.php Просмотреть файл

@@ -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{
//特权用户


Загрузка…
Отмена
Сохранить