YetiForceCompany/YetiForceCRM

View on GitHub
public_html/token.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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';