* @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 7091 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ /** * @deprecated 1.5.0 This file is deprecated, use moduleController instead */ /* SSL Management */ $useSSL = true; require('../../config/config.inc.php'); Tools::displayFileAsDeprecated(); // init front controller in order to use Tools::redirect $controller = new FrontController(); $controller->init(); Tools::redirect('index.php?controller=module&module=cheque&process=payment');