Added OpenID Authentication
[phorkie.git] / www / raw.php
index 8bda11e8fbaeb9b363bb726bf27239ad9de32eef..67a21ee2287b818e211651f74fc9440a0d5b5f77 100644 (file)
@@ -4,6 +4,9 @@
  */
 namespace phorkie;
 require_once 'www-header.php';
+if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
+    require_once 'secure.php';
+}
 $repo = new Repository();
 $repo->loadFromRequest();