From: Roland Haeder Date: Mon, 6 Apr 2015 09:54:27 +0000 (+0200) Subject: 'page' and 'command' were both the same (command), so better name it same way. X-Git-Url: https://git.mxchange.org/?p=qa.git;a=commitdiff_plain;h=c87ebef73381108d3c7f0be5f1ecb859c890ecf7 'page' and 'command' were both the same (command), so better name it same way. Signed-off-by: Roland Haeder --- diff --git a/application/qa/config.php b/application/qa/config.php index 6da2a01..f6f263d 100644 --- a/application/qa/config.php +++ b/application/qa/config.php @@ -32,7 +32,7 @@ $cfg->setConfigEntry('header_charset', 'utf-8'); $cfg->setConfigEntry('default_web_command', 'start'); // 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'); diff --git a/core b/core index b556d08..3b3947b 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit b556d080ca17108033e31dde2d2657a9642db4c6 +Subproject commit 3b3947b86b38904aa1100b54846c14d3b31cb97d