/var/softaculous/wonder
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt64710644editdlrm
database.js33270644editdlrm
extend.php107950644editdlrm
fileindex.php390644editdlrm
import.php30220644editdlrm
info.xml19060644editdlrm
install.js9240644editdlrm
install.php57210644editdlrm
install.xml7290644editdlrm
md58400644editdlrm
notes.txt2860644editdlrm
update_pass.php5420644editdlrm
Edit: /var/softaculous/wonder/update_pass.php (542B)
* @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); define('PASSWORD_BCRYPT_DEFAULT_COST', 10); } $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo ''.$resp.''; ?>