/var/softaculous/shopware
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env.local3120644editdlrm
.htaccess5810644editdlrm
.uniqueid.txt120644editdlrm
backup.php21670644editdlrm
edit.php52670644editdlrm
edit.xml4330644editdlrm
extend.php94050644editdlrm
fileindex.php1940644editdlrm
import.php49190644editdlrm
info.xml42970644editdlrm
install.js9240644editdlrm
install.lock130644editdlrm
install.php93440644editdlrm
install.xml9520644editdlrm
md563250644editdlrm
notes.txt27760644editdlrm
update_appkey.php8250644editdlrm
update_pass.php5410644editdlrm
_clone.php110160644editdlrm
_upgrade.php43610644editdlrm
_upgrade.xml3270644editdlrm
Edit: /var/softaculous/shopware/_upgrade.php (4361B)
'.$__settings['softpath'].'/config.php and delete the directory: '.$__settings['softpath'].'/update-assets/'; if(sversion_compare($__settings['ver'], '5.2.1', '<')){ srm($__settings['softpath'].'/templates/'); srm($__settings['softpath'].'/cache/'); srm($__settings['softpath'].'/logs/'); srm($__settings['softpath'].'/UPGRADE.md'); } if(sversion_compare($__settings['ver'], '5.2.10', '<')){ sunlink($__settings['softpath'].'/.php_cs'); } } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software, $globals; if($globals['os'] == 'windows'){ $error[] = 'Shopware is not supported on windows.'; } return true; } ?>