/var/softaculous/pagekit
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt7020644editdlrm
clone.php61470644editdlrm
config.php4620644editdlrm
edit.php51090644editdlrm
edit.xml4330644editdlrm
extend.php101990644editdlrm
fileindex.php2150644editdlrm
import.php31270644editdlrm
info.xml32370644editdlrm
install.js9210644editdlrm
install.php48660644editdlrm
install.xml10440644editdlrm
md530530644editdlrm
notes.txt1030644editdlrm
update_pass.php5540644editdlrm
upgrade.php27630644editdlrm
upgrade.xml2930644editdlrm
Edit: /var/softaculous/pagekit/update_pass.php (554B)
* @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); } if(!defined('PASSWORD_DEFAULT')){ define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_BCRYPT, array('cost' => 10)); echo ''.$resp.''; ?>