/var/softaculous/freescout
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env9220644editdlrm
.installed590644editdlrm
clone.php119220644editdlrm
config.php374950644editdlrm
edit.php43800644editdlrm
edit.xml4470644editdlrm
extend.php103010644editdlrm
fileindex.php3530644editdlrm
import.php32290644editdlrm
info.xml27060644editdlrm
install.js9210644editdlrm
install.php72610644editdlrm
install.xml19990644editdlrm
md529040644editdlrm
notes.txt7880644editdlrm
update_pass.php5180644editdlrm
upgrade.php65280644editdlrm
upgrade.xml2820644editdlrm
Edit: /var/softaculous/freescout/update_pass.php (518B)
* @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_BCRYPT, array('cost' => 10)); echo ''.$resp.''; ?>