From 921f3a2eeeca9be23cb006a31b6d6f71e186374a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 27 Mar 2009 03:43:21 +0000 Subject: Put csrf token into Admin_View and Theme_View by default, then use it directly wherever possible instead of access::csrf_token(). --- core/views/quick_pane.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/views/quick_pane.html.php') diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index 45d14251..d6f097d4 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -14,14 +14,14 @@ is_photo() && graphics::can("rotate")): ?> -id/ccw?csrf=" . access::csrf_token()) ?>" +id/ccw?csrf=$csrf") ?>" title=""> -id/cw?csrf=" . access::csrf_token()) ?>" +id/cw?csrf=$csrf") ?>" title=""> @@ -51,7 +51,7 @@ type == "album"): ?> -id?csrf=" . access::csrf_token()) ?>" +id?csrf=$csrf") ?>" title=""> @@ -65,7 +65,7 @@ type == "album"): ?> -id?csrf=" . access::csrf_token()) ?>" +id?csrf=$csrf") ?>" title=""> -- cgit v1.2.3