1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 07:47:00 +02:00
This commit is contained in:
Ryan Cramer
2024-06-20 10:58:28 -04:00
parent 061170204b
commit 92afe679b9

View File

@@ -919,7 +919,6 @@ class Installer {
"\n\$config->userAuthSalt = '$authSalt'; ";
if(strpos($s, '$config->tableSalt') === false) $cfg .=
$cfg .=
"\n" .
"\n/**" .
"\n * Installer: Table Salt (General Purpose) " .