/var/softaculous/dotcl
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt213970644editdlrm
clone.php74760644editdlrm
config.php27130644editdlrm
edit.php58830644editdlrm
edit.xml4330644editdlrm
extend.php118320644editdlrm
fileindex.php1310644editdlrm
import.php34430644editdlrm
info.xml33860644editdlrm
install.js9210644editdlrm
install.php46230644editdlrm
install.xml13870644editdlrm
md526770644editdlrm
notes.txt6170644editdlrm
update_pass.php4980644editdlrm
upgrade.php38650644editdlrm
upgrade.xml3250644editdlrm
Edit: /var/softaculous/dotcl/update_pass.php (498B)
* @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.''; ?>