File: /home/xedaptot/tracking.naniguide.com/public/index.php
<?php
/**
* =======================================================================================
* GemFramework (c) GemPixel
* ---------------------------------------------------------------------------------------
* This software is packaged with an exclusive framework as such distribution
* or modification of this framework is not allowed before prior consent from
* GemPixel. If you find that this framework is packaged in a software not distributed
* by GemPixel or authorized parties, you must not use this software and contact gempixel
* at https://gempixel.com/contact to inform them of this misuse.
* =======================================================================================
*
* @package GemPixel\Premium-URL-Shortener
* @author GemPixel (https://gempixel.com)
* @license https://gempixel.com/licenses
* @link https://gempixel.com
*/
if (version_compare(phpversion(), '7.4', '<')) die('PHP 7.4 is required to run this software. Please upgrade your PHP version.');
include(dirname(dirname(__FILE__))."/app/core.php");
Gem::Bootstrap();