FIX: Combine auth.php to login.php
[phorkie.git] / www / raw.php
index 8bda11e8fbaeb9b363bb726bf27239ad9de32eef..6b20633920da1c7217e408212931a04477203ad2 100644 (file)
@@ -4,6 +4,9 @@
  */
 namespace phorkie;
 require_once 'www-header.php';
+if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
+    include_once 'secure.php';
+}
 $repo = new Repository();
 $repo->loadFromRequest();