/var/softaculous/goffice67
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
.htaccess5370644editdlrm
clone.php64340644editdlrm
config.php2580644editdlrm
edit.php77310644editdlrm
edit.xml4330644editdlrm
extend.php89710644editdlrm
fileindex.php2100644editdlrm
import.php48540644editdlrm
info.xml48480644editdlrm
install.js9240644editdlrm
install.php64100644editdlrm
install.xml8440644editdlrm
md527550644editdlrm
NOTES.txt16420644editdlrm
update_pass.php4970644editdlrm
upgrade.php55510644editdlrm
upgrade.xml3220644editdlrm
Edit: /var/softaculous/goffice67/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.''; ?>