/var/softaculous/handesk
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env12330644editdlrm
.htaccess2010644editdlrm
edit.php45460644editdlrm
edit.xml4470644editdlrm
extend.php92180644editdlrm
fileindex.php4700644editdlrm
import.php27870644editdlrm
info.xml23480644editdlrm
install.js9210644editdlrm
install.php51740644editdlrm
install.xml8450644editdlrm
md522590644editdlrm
notes.txt9620644editdlrm
update_pass.php5410644editdlrm
Edit: /var/softaculous/handesk/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.''; ?>