From 1a7154ad17d69107cafd1f80e71e7cd5406f811c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 5 Oct 2009 23:37:49 +0000 Subject: using delete action so security token is not skipped --- start.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'start.php') diff --git a/start.php b/start.php index c777331c6..f0c35c62f 100644 --- a/start.php +++ b/start.php @@ -261,11 +261,6 @@ include($CONFIG->pluginspath . "tidypics/pages/edit.php"); break; - case "delete": //edit image or album - if (isset($page[1])) set_input('guid',$page[1]); - include($CONFIG->pluginspath . "tidypics/actions/delete.php"); - break; - case "friends": // albums of friends if (isset($page[1])) set_input('username',$page[1]); include($CONFIG->pluginspath . "tidypics/pages/friends.php"); -- cgit v1.2.3