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