Added OpenID Authentication
[phorkie.git] / www / new.php
index ef9daecf50b7c96d89f8bad3921da56070c7ea74..fc6d5f38b196b9810e9af438cd5b8ba377e80293 100644 (file)
@@ -11,6 +11,9 @@ namespace phorkie;
  * Creates and redirects to display page
  */
 require_once 'www-header.php';
  * Creates and redirects to display page
  */
 require_once 'www-header.php';
+if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
+    require_once 'secure.php';
+}
 
 $repopo = new Repository_Post();
 if ($repopo->process($_POST)) {
 
 $repopo = new Repository_Post();
 if ($repopo->process($_POST)) {