/var/softaculous/eventsch
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env130960644editdlrm
.htaccess2080644editdlrm
edit.php45220644editdlrm
edit.xml4470644editdlrm
extend.php92790644editdlrm
fileindex.php3120644editdlrm
import.php33790644editdlrm
info.xml45840644editdlrm
install.js9210644editdlrm
install.php68230644editdlrm
install.xml7470644editdlrm
md515310644editdlrm
notes.txt8040644editdlrm
update_pass.php5620644editdlrm
Edit: /var/softaculous/eventsch/update_pass.php (562B)
* @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, array('cost' => 12)); $resp1 = str_replace("\$", "\\\$", $resp); echo ''.$resp1.''; ?>