CLEAN: How about changing the rest of the files with your variable? :p
[phorkie.git] / www / raw.php
index 67a21ee2287b818e211651f74fc9440a0d5b5f77..8e6024142766cc3c96e6d461b53ed42c077348ad 100644 (file)
@@ -1,12 +1,11 @@
 <?php
+namespace phorkie;
 /**
  * Displays a file
  */
-namespace phorkie;
+$securityLevel = '0';
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    require_once 'secure.php';
-}
+
 $repo = new Repository();
 $repo->loadFromRequest();