mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r62
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@62 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
dddb6dce07
commit
901ff3be87
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -230,7 +230,7 @@ class user_common
|
|||
$login = (int) ($this->data['user_id'] != ANONYMOUS);
|
||||
$is_user = ($this->data['user_level'] == USER);
|
||||
$user_id = (int) $this->data['user_id'];
|
||||
$mod_admin_session = ($this->data['user_level'] == IS_AM);
|
||||
$mod_admin_session = ($this->data['user_level'] == ADMIN || $this->data['user_level'] == MOD);
|
||||
|
||||
if (($bb_cfg['max_srv_load'] || $bb_cfg['max_reg_users_online']) && $login && $is_user && !$this->data['ignore_srv_load'])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue