mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update sessions.php
This commit is contained in:
parent
b8dda0b867
commit
d0901f2fdf
@ -501,7 +501,7 @@ class user_common
|
||||
// Unset debug cookie if user not in dbg_users array
|
||||
if (!isset($bb_cfg['dbg_users'][$this->data['user_id']]) && DBG_USER)
|
||||
{
|
||||
bb_setcookie(COOKIE_DBG, '', COOKIE_EXPIRED);
|
||||
bb_setcookie(COOKIE_DBG, '', COOKIE_EXPIRED); // Making DBG_USER as false
|
||||
}
|
||||
|
||||
// Unset sql debug cookies
|
||||
|
Loading…
Reference in New Issue
Block a user