/var/softaculous/osupport
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php57820644editdlrm
config.php2000644editdlrm
edit.php45420644editdlrm
edit.xml4470644editdlrm
extend.php90240644editdlrm
fileindex.php400644editdlrm
import.php25960644editdlrm
info.xml34350644editdlrm
install.js9240644editdlrm
install.php65400644editdlrm
install.xml16990644editdlrm
md522540644editdlrm
notes.txt4150644editdlrm
update_pass.php4970644editdlrm
Edit: /var/softaculous/osupport/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.''; ?>