use deny-by-default security
[phorkie.git] / www / raw.php
index 6b20633920da1c7217e408212931a04477203ad2..634576db1dcceccca35e47ee98fd5bbb2a543a5a 100644 (file)
@@ -1,12 +1,11 @@
 <?php
+namespace phorkie;
 /**
  * Displays a file
  */
-namespace phorkie;
+$pageRequiresLogin = false;
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    include_once 'secure.php';
-}
+
 $repo = new Repository();
 $repo->loadFromRequest();