Restore getUserMemberStatus function to original implementation and fix database queries
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
include_once('header02.php');
|
||||
<?php
|
||||
define('HEADER_VARIANT', '02');
|
||||
require_once('header.php');
|
||||
checkAdmin();
|
||||
if (!isset($_GET['token']) || empty($_GET['token'])) {
|
||||
die("Invalid request.");
|
||||
|
||||
Reference in New Issue
Block a user