mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
magic strings - bad kungfu
This commit is contained in:
parent
506a3400e5
commit
b15510ed9a
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue