]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/config.php
The 'key' for encryption can now be taken from fixed or daily-changed extra salt
[shipsimu.git] / inc / config.php
index 68f7d7c88fa910813ca8b1b23ded0b711f181bb4..145761fa3bae5edcc7ad6472ade05aad0713005f 100644 (file)
@@ -269,5 +269,8 @@ $cfg->setConfigEntry('cookie_domain', $cfg->detectDomain()); // Is mostly the sa
 // CFG: COOKIE-SSL
 $cfg->setConfigEntry('cookie_ssl', (isset($_SERVER['HTTPS'])));
 
+// CFG: CRYPT-FIXED-SALT
+$cfg->setConfigEntry('crypt_fixed_salt', "N");
+
 // [EOF]
 ?>