/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/update_pass.php (541B)
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if(!defined('PASSWORD_BCRYPT')){ define('PASSWORD_BCRYPT', 1); } define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo ''.$resp1.''; ?>