summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-26 16:55:15 +0300
committerAndrew Dolgov <[email protected]>2017-02-26 16:55:15 +0300
commit98ce5e836a554ec8bd3a2605202f85afc86d5e2e (patch)
tree57d050870b2207394c7f676f6f7c52baf48c8f47 /index.php
parent05ebdd6bf88307b14810cf90fd1acb81a59c851f (diff)
do not warn on missing search query
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6433a36..9278b60 100644
--- a/index.php
+++ b/index.php
@@ -35,7 +35,7 @@
<body>
<?php
- $query = $_REQUEST["query"];
+ $query = @$_REQUEST["query"];
?>
<div class="navbar navbar-default navbar-static-top">