Remove duplicate nfb parameter
This commit is contained in:
parent
14cdccb83f
commit
1e15006067
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
|||
$opts->query = trim($_REQUEST["q"] ?? "");
|
||||
$opts->type = (int) ($_REQUEST["t"] ?? 0);
|
||||
$opts->page = (int) ($_REQUEST["p"] ?? 0);
|
||||
$opts->do_fallback = (int) ($_REQUEST["nfb"] ?? 0) == 0;
|
||||
|
||||
$opts->theme = $_REQUEST["theme"] ?? trim(htmlspecialchars($_COOKIE["theme"] ?? "dark"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue