rename "secureAtLevel" variable since it does not define a level at all
[phorkie.git] / www / search.php
index 2621382e3d6c3a1d132b2918d2f94b4065db990e..9c7ff6e5c77a2cb9ac549b15eb736c66f9842403 100644 (file)
@@ -3,7 +3,7 @@ namespace phorkie;
 /**
  * Search for a search term
  */
-$pageRequiresLogin = '0';
+$reqWritePermissions = false;
 require_once 'www-header.php';
 
 if (!isset($_GET['q']) || $_GET['q'] == '') {