JEMBOT MAWOT Bypass Shell

Current Path : /home/cinepatreb/billetterie/modules/selltickets/upgrade/
Upload File :
Current File : /home/cinepatreb/billetterie/modules/selltickets/upgrade/upgrade-4.0.2.php

<?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_0_2()
{
    
    Db::getInstance()->execute('ALTER TABLE `'._DB_PREFIX_.'selltickets_seats`
        ADD `ignore_attributes` TINYINT(1) NOT NULL DEFAULT \'0\';
    ');

    Tools::clearSmartyCache();
    Media::clearCache();

    return true;
}

xxxxx1.0, XXX xxxx