]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/config.php
Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataS...
[shipsimu.git] / application / ship-simu / config.php
index 57c81c0e33ec8ec8fa22f94f909f26dbfc53ed3f..87c01c45a80e1daadf752f30abd1466f7d3df3d7 100644 (file)
@@ -70,5 +70,17 @@ $cfg->setConfigEntry('chat_enabled_msn', "Y");
 // CFG: COMMAND-PARAMETER
 $cfg->setConfigEntry('command_parameter', "page");
 
+// CFG: USER-REGISTRATION
+$cfg->setConfigEntry('user_registration', "ShipSimuRegistration");
+
+// CFG: LOGIN-USER
+$cfg->setConfigEntry('login_user', "ShipSimuUserLogin");
+
+// CFG: USER-STATUS-REGISTER
+$cfg->setConfigEntry('user_status_register', "UNCONFIRMED");
+
+// CFG: LOGIN-HELPER
+$cfg->setConfigEntry('login_helper', "ShipSimuLoginHelper");
+
 // [EOF]
 ?>