CLEAN: How about changing the rest of the files with your variable? :p
[phorkie.git] / www / search.php
index cb72c6aa8c64cfacd1980b7354127a61d1631ce9..d7fb6696cd883d17d3dca0d0f7e0b68f6539bf40 100644 (file)
@@ -3,6 +3,7 @@ namespace phorkie;
 /**
  * Search for a search term
  */
+$securityLevel = '0';
 require_once 'www-header.php';
 
 if (!isset($_GET['q']) || $_GET['q'] == '') {