]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/config.php
Continued:
[shipsimu.git] / application / selector / config.php
index b5a704b59d68a80d848c1d79656a7c5996c9d97d..54610f2e0a8657558ebbf7f414f6e80b867892bd 100644 (file)
@@ -28,8 +28,8 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 // CFG: HEADER-CHARSET
 $cfg->setConfigEntry('header_charset', 'utf-8');
 
-// CFG: DEFAULT-SELECTOR-HTML-COMMAND
-$cfg->setConfigEntry('default_selector_html_command', 'home');
+// CFG: DEFAULT-SELECTOR-HTTP-COMMAND
+$cfg->setConfigEntry('default_selector_http_command', 'home');
 
 // CFG: FORM-ACTION
 $cfg->setConfigEntry('form_action', 'index.php?app={?app_short_name?}&command=do_form');