Example #1
0
 /**
  * Sets the CSRF secret used in all new CSRF protected forms
  *
  * @param string $secret
  */
 public static function setDefaultCsrfSecret($secret)
 {
     self::$defaultCsrfSecret = $secret;
 }