/var/softaculous/freescout
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
.env9810644editdlrm
.installed590644editdlrm
clone.php96240644editdlrm
config.php332110644editdlrm
edit.php43670644editdlrm
edit.xml4470644editdlrm
extend.php102920644editdlrm
fileindex.php3360644editdlrm
import.php32290644editdlrm
info.xml26490644editdlrm
install.js9210644editdlrm
install.php68960644editdlrm
install.xml18740644editdlrm
md542700644editdlrm
notes.txt1500644editdlrm
update_pass.php5180644editdlrm
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.''; ?>