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/admin_maintenance.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/views/admin_maintenance.html.php') diff --git a/core/views/admin_maintenance.html.php b/core/views/admin_maintenance.html.php index 8d067a65..5cf9f134 100644 --- a/core/views/admin_maintenance.html.php +++ b/core/views/admin_maintenance.html.php @@ -92,7 +92,7 @@ state == "stalled"): ?> - id?csrf=$csrf") ?>"> + id?csrf=$csrf") ?>"> @@ -163,7 +163,7 @@ - id?csrf=$csrf") ?>"> + id?csrf=$csrf") ?>"> id?csrf=$csrf") ?>"> -- cgit v1.2.3