Merge branch 'auth-openid'
[phorkie.git] / www / edit.php
index 20e779386a422494db506fcd4b144ab45641f7a4..4de3d47cb93b4310d6529b2ba80083a9f2d8aed2 100644 (file)
@@ -3,10 +3,8 @@ namespace phorkie;
 /**
  * Edit paste contents
  */
+$reqWritePermissions = true;
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
-    include_once 'secure.php';
-}
 
 $repo = new Repository();
 $repo->loadFromRequest();