/var/softaculous/faveo
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env5930644editdlrm
clone.php80590644editdlrm
edit.php45700644editdlrm
edit.xml4470644editdlrm
extend.php89870644editdlrm
fileindex.php3530644editdlrm
import.php41610644editdlrm
info.xml49350644editdlrm
install.js9240644editdlrm
install.php71840644editdlrm
install.xml8540644editdlrm
md547720644editdlrm
notes.txt6470644editdlrm
update_pass.php4970644editdlrm
Edit: /var/softaculous/faveo/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.''; ?>