get rid of openid config file
[phorkie.git] / www / search.php
index cb72c6aa8c64cfacd1980b7354127a61d1631ce9..87019112ad7eee235c880bad31dab9ef58bf43d3 100644 (file)
@@ -3,6 +3,7 @@ namespace phorkie;
 /**
  * Search for a search term
  */
+$pageRequiresLogin = false;
 require_once 'www-header.php';
 
 if (!isset($_GET['q']) || $_GET['q'] == '') {