/var/softaculous/attendize
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
.env13430644editdlrm
.htaccess1730644editdlrm
clone.php101750644editdlrm
edit.php52710644editdlrm
edit.xml4470644editdlrm
extend.php112650644editdlrm
fileindex.php5180644editdlrm
import.php29690644editdlrm
info.xml35030644editdlrm
install.js9210644editdlrm
install.php105520644editdlrm
install.xml6800644editdlrm
installed60644editdlrm
md520700644editdlrm
notes.txt1760644editdlrm
update_pass.php5410644editdlrm
Edit: /var/softaculous/attendize/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.''; ?>