/var/softaculous/phorum
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php51540644editdlrm
config.php65380644editdlrm
edit.php48540644editdlrm
edit.xml4330644editdlrm
extend.php91900644editdlrm
fileindex.php3680644editdlrm
import.php31560644editdlrm
info.xml30560644editdlrm
install.js9210644editdlrm
install.php49750644editdlrm
install.xml9890644editdlrm
md542320644editdlrm
notes.txt8080644editdlrm
update_pass.php4970644editdlrm
_upgrade.php23000644editdlrm
_upgrade.xml2900644editdlrm
Edit: /var/softaculous/phorum/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.''; ?>