get rid of openid config file
[phorkie.git] / www / edit.php
index db4428b3cb36958778bf86cafb408bb58428fa49..897aada2b36bf67a2478f4440a91451bf88a107a 100644 (file)
@@ -4,9 +4,6 @@ namespace phorkie;
  * Edit paste contents
  */
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
-    require_once 'secure.php';
-}
 
 $repo = new Repository();
 $repo->loadFromRequest();