View file system/connections/token_url.php

File size: 152B
<?php
  
$token_id = csrf::token_id();
$token_value = csrf::token($token_id);
$token_url = $token_id."=".$token_value;

define('TOKEN_URL', $token_url);