/var/softaculous/tangobb
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
config.php8400644editdlrm
edit.php46430644editdlrm
edit.xml4330644editdlrm
extend.php91980644editdlrm
fileindex.php2370644editdlrm
import.php31150644editdlrm
info.xml25080644editdlrm
install.js9240644editdlrm
install.php43270644editdlrm
install.xml10720644editdlrm
md5106230644editdlrm
update_pass.php5410644editdlrm
Edit: /var/softaculous/tangobb/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.''; ?>