/var/softaculous/goffice6
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt19760644editdlrm
clone.php57820644editdlrm
edit.php66940644editdlrm
edit.xml4330644editdlrm
fileindex.php2710644editdlrm
import.php39340644editdlrm
info.xml39410644editdlrm
install.js9240644editdlrm
install.php98830644editdlrm
install.xml19090644editdlrm
md5100060644editdlrm
NOTES.txt6080644editdlrm
update_pass.php4700644editdlrm
upgrade.php35450644editdlrm
upgrade.xml3460644editdlrm
Edit: /var/softaculous/goffice6/update_pass.php (470B)
'.$resp.''; }else{ $salt = uniqid(); if(function_exists("mcrypt_create_iv")) { $salt = base64_encode(mcrypt_create_iv(24, MCRYPT_DEV_URANDOM)); } if (CRYPT_SHA256 == 1) { $salt = '$5$'.$salt; } $resp = crypt('[[admin_pass]]', $salt); echo ''.$resp.''; } @unlink('update_pass.php'); ?>