This commit is contained in:
Vojtěch Sajdl
2018-01-03 14:15:45 +01:00
parent e7df74cad8
commit 9820686776
9 changed files with 50 additions and 36 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if (isset($_POST['permission']))
}
if ($_GET['what']=='toggle')
if (isset($_GET['what']) && $_GET['what']=='toggle')
{
$displayed_user->toggle();
}