<?php/**  * vm_ultimateconfigurator / CSS MAGICIAN * * @category front office features * @authors presta-magician.com <contact@presta-magician.com> * @copyright Presta Magician 2015-2017 * @version 1.0.0 * @website <http://www.presta-magician.com> * @licence commercial * @file addMyIp.php * * NOTICE OF LICENCE * That module is not free. It use a commercial licence * Do not reproduce or distribute it * International Registered Trademark & Property of Presta Magician  **/include(dirname(__FILE__) . '/../../config/config.inc.php');        $id = Tab::getIdFromClassName('AdminModules');        $token = Tools::getAdminToken('AdminModules'.(int)$id.(int)Tools::getValue('id_employee'));         if ($token==Tools::getValue('token') )  {                           echo Tools::getRemoteAddr();          } 