using check_admin_referer for deletions

git-svn-id: https://develop.svn.wordpress.org/trunk@1298 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi
2004-05-17 19:44:53 +00:00
parent 771f496fe7
commit b18dff0309
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -62,6 +62,8 @@ case 'Delete':
$standalone = 1;
require_once('admin-header.php');
check_admin_referer();
$cat_ID = intval($_GET["cat_ID"]);
$cat_name = get_catname($cat_ID);
$cat_name = addslashes($cat_name);