/var/softaculous/nextcloud
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
.htaccess33340644editdlrm
changelog.txt1649270644editdlrm
check_suphp.php1010644editdlrm
clone.php58430644editdlrm
config.php5420644editdlrm
edit.php59280644editdlrm
edit.xml4330644editdlrm
extend.php70870644editdlrm
fileindex.php2730644editdlrm
import.php36260644editdlrm
info.xml47170644editdlrm
install.js9240644editdlrm
install.php158850644editdlrm
install.xml16250644editdlrm
md514220644editdlrm
notes.txt22620644editdlrm
update_pass.php5340644editdlrm
upgrade.php51660644editdlrm
upgrade.xml2990644editdlrm
_.htaccess5340644editdlrm
Edit: /var/softaculous/nextcloud/update_pass.php (534B)
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ if(!defined('PASSWORD_BCRYPT')){ define(PASSWORD_BCRYPT, 1); } $default = PASSWORD_BCRYPT; if(defined('PASSWORD_ARGON2I')){ $default = PASSWORD_ARGON2I; } $resp = password_hash('[[admin_pass]]', $default); echo ''.$resp.''; @unlink('update_pass.php'); ?>