/var/softaculous/grav
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
upgrade/-0755rm
admin.yaml2930644editdlrm
changelog.txt156090644editdlrm
edit.php38770644editdlrm
edit.xml4330644editdlrm
extend.php92870644editdlrm
fileindex.php2390644editdlrm
import.php25320644editdlrm
info.xml40730644editdlrm
install.js9240644editdlrm
install.php83960644editdlrm
install.xml9260644editdlrm
md533790644editdlrm
notes.txt14960644editdlrm
update_pass.php5410644editdlrm
upgrade.php64710644editdlrm
upgrade.xml7150644editdlrm
versions.yaml650644editdlrm
_clone.php42490644editdlrm
Edit: /var/softaculous/grav/update_pass.php (541B)
* @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); $resp1 = str_replace("\$", "\\\$", $resp); echo ''.$resp1.''; ?>