get rid of openid config file
[phorkie.git] / www / delete.php
index 85f62582e9b6daca8c93f4201bca32a7b8d20274..6d68ae4486d4ce365fd0e31c7289bb17bd46ee89 100644 (file)
@@ -4,9 +4,6 @@ namespace phorkie;
  * Delete paste or ask for deletion
  */
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
-    include_once 'secure.php';
-}
 
 $repo = new Repository();
 $repo->loadFromRequest();