/var/softaculous/humhub
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
upgrader/-0755rm
clone.php61220644editdlrm
common.php4380644editdlrm
dynamic.php2270644editdlrm
edit.php52960644editdlrm
edit.xml4330644editdlrm
extend.php94130644editdlrm
fileindex.php1510644editdlrm
import.php31310644editdlrm
info.xml36600644editdlrm
install.js9210644editdlrm
install.php88330644editdlrm
install.xml32040644editdlrm
md5133250644editdlrm
notes.txt16910644editdlrm
soft.htaccess1270644editdlrm
soft_delete.php31240644editdlrm
update_pass.php5180644editdlrm
upgrade.php63210644editdlrm
upgrade.xml2690644editdlrm
_index.php590644editdlrm
Edit: /var/softaculous/humhub/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_DEFAULT, array('cost' => 12)); echo ''.$resp.''; ?>