X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/dff68e21ac958ebfb8164bca4cb2143c427f4330..92d6cf1f537c2126baf324cbdadbef1067e156b6:/www/search.php diff --git a/www/search.php b/www/search.php index 8701911..82d5f76 100644 --- a/www/search.php +++ b/www/search.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Search for a search term */ -$pageRequiresLogin = false; +$secureAtLevel = '0'; require_once 'www-header.php'; if (!isset($_GET['q']) || $_GET['q'] == '') {