REVERT: variable name change
[phorkie.git] / www / raw.php
index 67a21ee2287b818e211651f74fc9440a0d5b5f77..612a6b86b9aa49c1b2ef664135fedb8b2e2591cb 100644 (file)
@@ -1,12 +1,11 @@
 <?php
+namespace phorkie;
 /**
  * Displays a file
  */
-namespace phorkie;
+$secureAtLevel = '0';
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    require_once 'secure.php';
-}
+
 $repo = new Repository();
 $repo->loadFromRequest();