/var/softaculous/elgg3
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt57360644editdlrm
clone.php48780644editdlrm
extend.php89590644editdlrm
fileindex.php1320644editdlrm
import.php45050644editdlrm
info.xml26590644editdlrm
install.js9210644editdlrm
install.php45700644editdlrm
install.xml27100644editdlrm
md5126630644editdlrm
notes.txt8920644editdlrm
settings.php154530644editdlrm
soft_delete.php30950644editdlrm
update_pass.php4970644editdlrm
upgrade.php43630644editdlrm
upgrade.xml3100644editdlrm
_edit.php37650644editdlrm
_edit.xml4330644editdlrm
Edit: /var/softaculous/elgg3/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.''; ?>