FIX: Revamped security measures
[phorkie.git] / www / raw.php
index 67a21ee2287b818e211651f74fc9440a0d5b5f77..bedaa1b54e58b5f1e334944452459afa87d3c70e 100644 (file)
@@ -1,12 +1,11 @@
 <?php
+namespace phorkie;
 /**
  * Displays a file
  */
-namespace phorkie;
+$pageRequiresLogin = '0';
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    require_once 'secure.php';
-}
+
 $repo = new Repository();
 $repo->loadFromRequest();