From 026cd5ce8b8da3c4f97cb4f08d4b8d18a2c7e508 Mon Sep 17 00:00:00 2001 From: flop25 Date: Wed, 31 Aug 2011 15:58:16 +0000 Subject: token added for permissions git-svn-id: http://piwigo.org/svn/trunk@12020 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_perm.php | 7 ++++++- admin/themes/default/template/cat_perm.tpl | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/cat_perm.php b/admin/cat_perm.php index 0b7b0c51a..c6e26462a 100644 --- a/admin/cat_perm.php +++ b/admin/cat_perm.php @@ -68,7 +68,10 @@ SELECT id // +-----------------------------------------------------------------------+ // | form submission | // +-----------------------------------------------------------------------+ - +if (isset($_POST['deny_groups_submit']) or isset($_POST['grant_groups_submit']) or isset($_POST['deny_users_submit']) or isset($_POST['grant_users_submit']) ) +{ + check_pwg_token(); +} if (isset($_POST['deny_groups_submit']) and isset($_POST['deny_groups']) @@ -287,5 +290,7 @@ $template->assign('user_denied_ids', $user_denied_ids); // +-----------------------------------------------------------------------+ // | sending html code | // +-----------------------------------------------------------------------+ +$template->assign(array('PWG_TOKEN' => get_pwg_token())); + $template->assign_var_from_handle('ADMIN_CONTENT', 'cat_perm'); ?> diff --git a/admin/themes/default/template/cat_perm.tpl b/admin/themes/default/template/cat_perm.tpl index 71385a803..03a2822d9 100644 --- a/admin/themes/default/template/cat_perm.tpl +++ b/admin/themes/default/template/cat_perm.tpl @@ -63,4 +63,5 @@ + -- cgit v1.2.3