/var/softaculous/vanilla
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
clone.php64590644editdlrm
config.php23190644editdlrm
edit.php61260644editdlrm
edit.xml4330644editdlrm
extend.php172260644editdlrm
fileindex.php2120644editdlrm
import.php32120644editdlrm
info.xml31830644editdlrm
install.js9240644editdlrm
install.php78330644editdlrm
install.xml7340644editdlrm
md560250644editdlrm
notes.txt9570644editdlrm
update_pass.php5410644editdlrm
update_pass_231.php68230644editdlrm
upgrade.php60450644editdlrm
upgrade.xml3670644editdlrm
vanilla.sql650530644editdlrm
vanilla.zip249730840644editdlrm
Edit: /var/softaculous/vanilla/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.''; ?>