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