]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/config.php
Cleanup of old stuff.
[shipsimu.git] / application / selector / config.php
index 9aad2f9009a913030efcb461b4921fb8d6571caa..49fe491d6a9599aef4c47877003aa541c0d67906 100644 (file)
@@ -31,11 +31,8 @@ $cfg->setConfigEntry('header_charset', 'utf-8');
 // CFG: DEFAULT-SELECTOR-HTML-COMMAND
 $cfg->setConfigEntry('default_selector_html_command', 'home');
 
-// CFG: DEFAULT-IMAGE-COMMAND
-$cfg->setConfigEntry('default_image_command', 'build');
-
 // CFG: FORM-ACTION
-$cfg->setConfigEntry('form_action', 'index.php?app={?app_short_name?}&page=do_form');
+$cfg->setConfigEntry('form_action', 'index.php?app={?app_short_name?}&command=do_form');
 
 // CFG: FORM-METHOD
 $cfg->setConfigEntry('form_method', 'post');