* @copyright Copyright (c) 2011-2015 Qualiteam software Ltd . All rights reserved * @license http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement * @link http://www.x-cart.com/ */ // One minute to execute the script @set_time_limit(300); try { define('LC_INCLUDE_ADDITIONAL', true); require_once (dirname(__FILE__) . DIRECTORY_SEPARATOR . 'top.inc.php'); \XLite::getInstance()->run()->processRequest(); } catch (\Exception $e) { \Includes\ErrorHandler::handleException($e); }