magic strings - bad kungfu

This commit is contained in:
Thomas Müller 2014-07-09 16:13:33 +02:00
parent 506a3400e5
commit b15510ed9a

View file

@ -34,6 +34,9 @@ if (isset($_GET['limit'])) {
}
if (isset($_GET['gid']) && !empty($_GET['gid'])) {
$gid = $_GET['gid'];
if ($gid === '_everyone') {
$gid = false;
}
} else {
$gid = false;
}