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