/var/softaculous/castopod
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env25810644editdlrm
.htaccess450644editdlrm
edit.php47200644editdlrm
edit.xml4470644editdlrm
extend.php89710644editdlrm
fileindex.php1200644editdlrm
import.php31880644editdlrm
info.xml33060644editdlrm
install.js9210644editdlrm
install.php61830644editdlrm
install.xml18040644editdlrm
md536330644editdlrm
notes.txt5660644editdlrm
update_pass.php4970644editdlrm
Edit: /var/softaculous/castopod/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.''; ?>