mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Improved cookie management 🍪 (#1171)
This commit is contained in:
parent
f1fa98deec
commit
bb20d523b0
5 changed files with 97 additions and 102 deletions
|
@ -211,7 +211,7 @@ if (!empty($bb_cfg['page']['show_torhelp'][BB_SCRIPT]) && !empty($userdata['torh
|
|||
|
||||
if (TIMENOW > $ignore_time) {
|
||||
if ($ignore_time) {
|
||||
bb_setcookie('torhelp', '', COOKIE_EXPIRED);
|
||||
bb_setcookie('torhelp', null);
|
||||
}
|
||||
|
||||
$sql = "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue