/var/softaculous/pimcore
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess8400644editdlrm
bundles.php1240644editdlrm
config.yaml39580644editdlrm
database.yaml2350644editdlrm
edit.php45460644editdlrm
edit.xml4330644editdlrm
extend.php105030644editdlrm
fileindex.php2780644editdlrm
import.php45740644editdlrm
info.xml37420644editdlrm
install.js9210644editdlrm
install.php103650644editdlrm
install.xml6270644editdlrm
md527170644editdlrm
notes.txt39090644editdlrm
services.yaml28830644editdlrm
update_pass.php4990644editdlrm
Edit: /var/softaculous/pimcore/update_pass.php (499B)
* @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); echo ''.$resp.''; ?>