mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 07:47:00 +02:00
Fix issue processwire/processwire-issues#1936
This commit is contained in:
@@ -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) " .
|
||||
|
Reference in New Issue
Block a user