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