mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 21:54:48 -04:00
Bugfixes
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ if (isset($_POST['permission']))
|
||||
}
|
||||
|
||||
|
||||
if ($_GET['what']=='toggle')
|
||||
if (isset($_GET['what']) && $_GET['what']=='toggle')
|
||||
{
|
||||
$displayed_user->toggle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user