/var/softaculous/xmb
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php32290644editdlrm
config.php51890644editdlrm
edit.php54210644editdlrm
edit.xml4330644editdlrm
extend.php85900644editdlrm
fileindex.php4320644editdlrm
import.php34310644editdlrm
info.xml21740644editdlrm
install.js9210644editdlrm
install.php42220644editdlrm
install.xml11000644editdlrm
md526000644editdlrm
notes.txt5680644editdlrm
update_pass.php4970644editdlrm
Edit: /var/softaculous/xmb/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.''; ?>