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