TODO tag rewritten, first login action (empty for now) added
[shipsimu.git] / application / ship-simu / config.php
index 1abaffff152995cfd34b5195886110a9541eb9f4..0217b61309f08382b4db4a69d0eb16f3363163b6 100644 (file)
@@ -127,5 +127,8 @@ $cfg->setConfigEntry('guest_login_username', "guest");
 // CFG: GUEST-LOGIN-PASSWORD
 $cfg->setConfigEntry('guest_login_password', "guest");
 
+// CFG: LOGIN-WELCOME-ACTION-CLASS
+$cfg->setConfigEntry('login_welcome_action_class', "ShipSimuLoginAction");
+
 // [EOF]
 ?>