Add a CSRF verification class

This commit is contained in:
2012-01-16 00:18:44 +00:00
parent c4c262a6c3
commit 0d722f98d5
2 changed files with 50 additions and 0 deletions

View File

@@ -57,4 +57,7 @@ class SihnonFramework_Exception_LDAPConnectionFailed extends SihnonFramework_E
class SihnonFramework_Exception_LDAPSecureConnectionFailed extends SihnonFramework_Exception_LDAPException {};
class SihnonFramework_Exception_LDAPBindFailed extends SihnonFramework_Exception_LDAPException {};
class SihnonFramework_Exception_CSRFException extends SihnonFramework_Exception {};
class SihnonFramework_Exception_CSRFVerificationFailure extends SihnonFramework_Exception_CSRFException {};
?>