/var/softaculous/wintercms
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
app.php124800644editdlrm
cms.php173910644editdlrm
database.php50440644editdlrm
edit.php46920644editdlrm
edit.xml4330644editdlrm
extend.php103090644editdlrm
fileindex.php2060644editdlrm
import.php36180644editdlrm
info.xml43260644editdlrm
install.js9210644editdlrm
install.php58670644editdlrm
install.xml25540644editdlrm
md539930644editdlrm
notes.txt21420644editdlrm
update_pass.php5200644editdlrm
Edit: /var/softaculous/wintercms/update_pass.php (520B)
* @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, array('cost' => 10)); echo ''.$resp.''; ?>