remove session id check, it was not working the way I hoped for
[phorkie.git] / www / delete.php
index f332028876216ec01e636e78145d467f1f6d6605..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) {
-    require_once 'secure.php';
-}
 
 $repo = new Repository();
 $repo->loadFromRequest();