JEMBOT MAWOT Bypass Shell
<?php
/**
* Sell Tickets module for Prestashop by Avellana Digital
*
* @author Avellana Digital SL
* @copyright Copyright (c) 2019 Avellana Digital - www.avellanadigital.com
* @license Commercial license
* @version 4.0.0
*/
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_4_1_6()
{
Db::getInstance()->execute('ALTER TABLE `'._DB_PREFIX_.'selltickets_customer_tickets`
ADD `date_validated` datetime NOT NULL;
');
Tools::clearSmartyCache();
Media::clearCache();
return true;
}
xxxxx1.0, XXX xxxx