Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
.env.local
.htaccess
.uniqueid.txt
_clone.php
_upgrade.php
_upgrade.xml
backup.php
edit.php
edit.xml
extend.php
fileindex.php
import.php
info.xml
install.js
install.lock
install.php
install.xml
md5
notes.txt
update_appkey.php
update_pass.php

File Transfer

Upload files to current directory

File Editor: _upgrade.php

'.$__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; } ?>