X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/82d22f5e2176392ca2389df0e47a29092cf38089..3f0ffc6181c329dd2c1ee05d220b4b82ea907e36:/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'] == '') {