summaryrefslogtreecommitdiffstats
path: root/system/libraries/Security.php
AgeCommit message (Expand)AuthorFilesLines
2010-08-31fixed spelling error in Security class property for the CSRF cookieDerek Jones1-8/+8
2010-07-26separated the CSRF cookie name from the token, forced new token on successful...Derek Jones1-14/+15
2010-07-22Adding CSRF into configDerek Allard1-5/+11
2010-04-15Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due...Greg Aker1-40/+2
2010-03-30moved entity_decode() to the Security library to handle an issue with HTML in...Derek Jones1-3/+52
2010-03-03added Security libraryDerek Jones1-0/+710