View file system/connections/token_url.php
<?php
$token_id = csrf::token_id();
$token_value = csrf::token($token_id);
$token_url = $token_id."=".$token_value;
define('TOKEN_URL', $token_url);
<?php
$token_id = csrf::token_id();
$token_value = csrf::token($token_id);
$token_url = $token_id."=".$token_value;
define('TOKEN_URL', $token_url);