]> 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 1b3b1a2254565527c494ee8abd2a6f5f2a815424..87c01c45a80e1daadf752f30abd1466f7d3df3d7 100644 (file)
@@ -73,8 +73,14 @@ $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]
 ?>