/var/softaculous/vtiger
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
upgrade/-0755rm
check_suphp.php960755editdlrm
clone.php41280755editdlrm
config.inc.php62380755editdlrm
edit.php49880755editdlrm
edit.xml4330755editdlrm
extend.php94580755editdlrm
fileindex.php6200755editdlrm
import.php35330755editdlrm
info.xml26490755editdlrm
install.js9210755editdlrm
install.php104260755editdlrm
install.xml21010755editdlrm
md522300755editdlrm
notes.txt15770755editdlrm
sharing_privileges_1.php550755editdlrm
update_pass.php4970755editdlrm
upgrade.php62440755editdlrm
upgrade.xml3200755editdlrm
user_privileges_1.php17160755editdlrm
vtigercron.sh6600755editdlrm
Edit: /var/softaculous/vtiger/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.''; ?>