/var/softaculous/helpdeskz
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php47770644editdlrm
edit.php50520644editdlrm
edit.xml4330644editdlrm
extend.php94090644editdlrm
fileindex.php1130644editdlrm
Helpdesk.php10090644editdlrm
import.php45700644editdlrm
info.xml33820644editdlrm
install.js9210644editdlrm
install.php53200644editdlrm
install.xml16960644editdlrm
md520910644editdlrm
notes.txt2030644editdlrm
update_pass.php5410644editdlrm
upgrade.php52310644editdlrm
upgrade.xml3800644editdlrm
Edit: /var/softaculous/helpdeskz/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.''; ?>