Files
redline.com.pl/modules/x13allegro/upgrade/install-6.0.2.php
2024-11-11 18:46:54 +01:00

16 lines
187 B
PHP

<?php
if (!defined('_PS_VERSION_')) {
exit;
}
require_once (dirname(__FILE__) . '/../x13allegro.php');
/**
* @return bool
*/
function upgrade_module_6_0_2()
{
return true;
}