hash poster passwords

This commit is contained in:
fowr 2024-06-20 10:11:47 -03:00 committed by Zankaria
parent c7bb61f2ff
commit 8b2f002582
6 changed files with 33 additions and 5 deletions

View file

@ -881,6 +881,7 @@ if ($step == 0) {
$config['cookies']['salt'] = substr(base64_encode(sha1(rand())), 0, 30);
$config['secure_trip_salt'] = substr(base64_encode(sha1(rand())), 0, 30);
$config['secure_password_salt'] = substr(base64_encode(sha1(rand())), 0, 30);
echo Element('page.html', array(
'body' => Element('installer/config.html', array(