X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/ed8dcf3fb74f17dd4db9b643ead82018d57e2e6a..11b8b5380612b541242b34ed94863a652e9576cf:/www/index.php diff --git a/www/index.php b/www/index.php index 2598a43..846d589 100644 --- a/www/index.php +++ b/www/index.php @@ -4,7 +4,7 @@ namespace phinde; require 'www-header.php'; if (!isset($_GET['q'])) { - exit('no query'); + $_GET['q'] = ''; } $query = $_GET['q'];