From 958543a38c2c97b0ec4c10fc9faf4f0753143880 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Thu, 22 Jul 2010 14:10:26 -0400
Subject: Adding CSRF into config Adding CSRF token into form open()
---
user_guide/changelog.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 94eff05ba..fb39d6060 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -126,6 +126,7 @@ Hg Tag:
Modified get_file_info in the file helper, changing filectime() to filemtime() for dates.
Modified smiley_js() to add optional third parameter to return only the javascript with no script tags.
The img() function of the HTML helper will now generate an empty string as an alt attribute if one is not provided.
+ If CSRF is enabled in the application config file, form_open() will automatically insert it as a hidden field.
Other Changes
--
cgit v1.2.3-24-g4f1b