/**
* Descomplicar® Crescimento Digital
* https://descomplicar.pt
*/
*
* @package DeskMoloni\Views\Partials
* @version 3.0
*/
// Get CSRF token name and hash
$csrf_token_name = $this->security->get_csrf_token_name();
$csrf_hash = $this->security->get_csrf_hash();
?>