mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update init_bb.php
This commit is contained in:
parent
0601ead725
commit
17925b3464
@ -45,7 +45,7 @@ if (!defined('IN_AJAX'))
|
||||
|
||||
// Cookie params
|
||||
$c = $bb_cfg['cookie_prefix'];
|
||||
define('COOKIE_DATA', $c .'data');
|
||||
define('COOKIE_DATA', $c .'data_'. FULL_URL_MD5);
|
||||
define('COOKIE_FORUM', $c .'f');
|
||||
define('COOKIE_MARK', $c .'mark_read');
|
||||
define('COOKIE_TOPIC', $c .'t');
|
||||
|
Loading…
Reference in New Issue
Block a user