/var/softaculous/e107
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
update/-0755rm
clone.php32210755editdlrm
e107_config.php15820755editdlrm
edit.php50360755editdlrm
edit.xml4330755editdlrm
extend.php91580755editdlrm
fileindex.php5950755editdlrm
import.php30460755editdlrm
info.xml27340755editdlrm
install.js9210755editdlrm
install.php56930755editdlrm
install.xml10960755editdlrm
md5303490755editdlrm
notes.txt7490755editdlrm
update_pass.php4970755editdlrm
upgrade.php158850755editdlrm
upgrade.xml2710755editdlrm
Edit: /var/softaculous/e107/update_pass.php (497B)
* @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.''; ?>