public_html/token.php
<?php
/**
* Token file.
*
* @package Token
*
* @copyright YetiForce S.A.
* @license YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
* @author Mariusz Krzaczkowski <m.krzaczkowski@yetiforce.com>
*/
chdir(__DIR__ . '/../');
if (!\defined('IS_PUBLIC_DIR')) {
\define('IS_PUBLIC_DIR', true);
}
require './token.php';