• Darren Miller
    Darren Miller replied to a discussion, Invalid CSRF Token

    oops forgot to mention in /event/app/crsf.php the event exists that sets the token. class EventAppCsrf extends Event { private $token_name = 'csrf_token'; public function postLoadView(&$output, $template) { // Che...