Following things are changed: (in order of class names)
[shipsimu.git] / application / ship-simu / config.php
index dceca29aec6447fb7f0f9c0e5fec61061d51dbb1..1a71aea51e7c6a882b916188f1eb3d8a7c6c51b2 100644 (file)
@@ -211,5 +211,11 @@ $cfg->setConfigEntry('shipsimu_guest_login_captcha_secured', "Y");
 // CFG: BLOCK-SHOWS-REGISTRATION
 $cfg->setConfigEntry('block_shows_registration', "Y");
 
+// CFG: COMPANY-CLASS
+$cfg->setConfigEntry('company_class', "ShippingCompany");
+
+// CFG: COMPANY-DB-WRAPPER-CLASS
+$cfg->setConfigEntry('company_db_wrapper_class', "CompanyDatabaseWrapper");
+
 // [EOF]
 ?>