Files
interblue.pl/modules/revsliderprestashop/upgrade/install-4.6.4.php
2024-10-25 14:16:28 +02:00

20 lines
340 B
PHP

<?php
/**
* 2016 Revolution Slider
*
* @author SmatDataSoft <support@smartdatasoft.com>
* @copyright 2016 SmatDataSoft
* @license private
* @version 5.1.3
* International Registered Trademark & Property of SmatDataSoft
*/
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_4_6_4($object)
{
return true;
}