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 " .