mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Cleanup: Removed useless global variable (#1115)
This commit is contained in:
parent
a946173b2e
commit
fc4028475c
1 changed files with 0 additions and 2 deletions
|
@ -468,8 +468,6 @@ class User
|
||||||
*/
|
*/
|
||||||
public function set_session_cookies($user_id)
|
public function set_session_cookies($user_id)
|
||||||
{
|
{
|
||||||
global $bb_cfg;
|
|
||||||
|
|
||||||
if ($user_id == GUEST_UID) {
|
if ($user_id == GUEST_UID) {
|
||||||
$delete_cookies = [
|
$delete_cookies = [
|
||||||
COOKIE_DATA,
|
COOKIE_DATA,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue