get rid of openid config file
[phorkie.git] / www / new.php
index 8d1a231d1ff9e339f2bc062702c886ea074ddc20..5d370f524344adeafd0d32a0fbc7a6a52d6a68a6 100644 (file)
@@ -10,10 +10,8 @@ namespace phorkie;
  *
  * Creates and redirects to display page
  */
+$pageRequiresLogin = true;
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
-    require_once 'secure.php';
-}
 
 $repopo = new Repository_Post();
 if ($repopo->process($_POST, $_SESSION)) {