/var/softaculous/chevereto
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
edit.php50520644editdlrm
edit.xml4330644editdlrm
env.php3370644editdlrm
extend.php90240644editdlrm
fileindex.php840644editdlrm
import.php52750644editdlrm
info.xml42940644editdlrm
install.js9250644editdlrm
install.php90810644editdlrm
install.xml7240644editdlrm
md553410644editdlrm
notes.txt8250644editdlrm
update_pass.php5330644editdlrm
_clone.php86630644editdlrm
_upgrade.php31260644editdlrm
_upgrade.xml2950644editdlrm
Edit: /var/softaculous/chevereto/update_pass.php (533B)
* @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); } if(!defined('PASSWORD_DEFAULT')){ define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_BCRYPT); echo ''.$resp.''; ?>