/var/softaculous/kanboard
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt158000644editdlrm
clone.php52430644editdlrm
config.php105040644editdlrm
edit.php51700644editdlrm
edit.xml4330644editdlrm
extend.php84280644editdlrm
fileindex.php2640644editdlrm
import.php31110644editdlrm
info.xml41230644editdlrm
install.js9210644editdlrm
install.php47040644editdlrm
install.xml24780644editdlrm
md530910644editdlrm
notes.txt8130644editdlrm
update_pass.php4960644editdlrm
upgrade.php33380644editdlrm
upgrade.xml5550644editdlrm
Edit: /var/softaculous/kanboard/update_pass.php (496B)
* @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_BCRYPT); echo ''.$resp.''; ?>