If you have trouble with login turn off is_single_server, exception name added
[shipsimu.git] / inc / config.php
index 5e611b4b3b820aac236ea702f64269cbaf1a1385..0c758005d9e6e53ef11361cda2459c94acb092a5 100644 (file)
@@ -222,7 +222,7 @@ $cfg->setConfigEntry('rnd_str_length', 128);
 $cfg->setConfigEntry('hash_mask', "%1s:%2s:%3s"); // 1=salt, 2=extra salt, 3=plain password
 
 // CFG: IS-SINGLE-SERVER
-$cfg->setConfigEntry('is_single_server', "N");
+$cfg->setConfigEntry('is_single_server', "Y");
 
 // CFG: POST-REGISTRATION-ACTION
 $cfg->setConfigEntry('post_registration_class', "LoginAfterRegistrationAction");