From b466e4fb9983a6ba110c6add8a76a7c94e71a6bb Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Sat, 25 Jul 2020 09:33:08 -0400 Subject: [PATCH] Fix the jammed table salt shaker --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index d476d410..bb296703 100644 --- a/install.php +++ b/install.php @@ -826,7 +826,8 @@ class Installer { "\n * " . "\n */" . "\n\$config->userAuthSalt = '$authSalt'; " . - "\n" . + "\n" . + "\n/**" . "\n * Installer: Table Salt (General Purpose) " . "\n * " . "\n * Use this rather than userAuthSalt when a hashing salt is needed for non user " .