We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d5265 commit 1420dabCopy full SHA for 1420dab
1 file changed
web/search/index.php
@@ -21,7 +21,7 @@
21
$q = quoteshellarg($_GET["q"]);
22
$u = quoteshellarg($_GET["u"]);
23
24
-if ($_SESSION["userContext"] === "admin" && !isset($_SESSION["look"])) {
+if ($_SESSION["userContext"] === "admin" && $_SESSION["look"] == "") {
25
if (!empty($_GET["u"])) {
26
$user = $u;
27
exec(
0 commit comments