]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/config.php
Continued:
[shipsimu.git] / application / shipsimu / config.php
index 266c54c0764916b4788e85f3855ab18aabaead36..60a4e37e514929cff55467975e6f4eb2dad47d96 100644 (file)
@@ -31,11 +31,11 @@ $cfg = FrameworkBootstrap::getConfigurationInstance();
 // CFG: HEADER-CHARSET
 $cfg->setConfigEntry('header_charset', 'utf-8');
 
-// CFG: DEFAULT-SHIP-SIMU-HTML-COMMAND
-$cfg->setConfigEntry('default_ship_simu_html_command', 'home');
+// CFG: DEFAULT-SHIPSIMU-HTTP-COMMAND
+$cfg->setConfigEntry('default_shipsimu_http_command', 'home');
 
-// CFG: DEFAULT-HTML-COMMAND
-$cfg->setConfigEntry('default_html_command', 'home');
+// CFG: DEFAULT-HTTP-COMMAND
+$cfg->setConfigEntry('default_http_command', 'home');
 
 // CFG: FORM-ACTION
 $cfg->setConfigEntry('form_action', 'index.php?app={?app_short_name?}&command=do_form');
@@ -448,8 +448,8 @@ $cfg->setConfigEntry('refill_page_active', 'Y');
 // CFG: REFILL-PAGE-MIN-CURRENCY-AMOUNT
 $cfg->setConfigEntry('refill_page_min_currency_amount', 1000);
 
-// CFG: SHIP-SIMU-LOGIN-FILL-PAYMENT-DISCOVERY
-$cfg->setConfigEntry('ship_simu_login_refill_payment_discovery', 'LocalPaymentDiscovery');
+// CFG: SHIPSIMU-LOGIN-FILL-PAYMENT-DISCOVERY
+$cfg->setConfigEntry('shipsimu_login_refill_payment_discovery', 'LocalPaymentDiscovery');
 
 // CFG: GOVERNMENT-STARTUP-HELP-LIMIT
 $cfg->setConfigEntry('government_startup_help_limit', 3);