From: Roland Häder Date: Sat, 31 Oct 2020 20:54:54 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c6cd8b904dacde3e63fc90f4924391ec7720172;p=hub.git Continued: - aren't HTML but HTTP Signed-off-by: Roland Häder --- diff --git a/application/hub/config.php b/application/hub/config.php index 3b7604f9e..d11bb1231 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -1555,11 +1555,11 @@ $cfg->setConfigEntry('task_apt_proxy_listener_max_runs', 0); // HTML interface // /////////////////////////////////////////////////////////////////////////////// -// CFG: DEFAULT-HUB-HTML-COMMAND -$cfg->setConfigEntry('default_hub_html_command', 'index'); +// CFG: DEFAULT-HUB-HTTP-COMMAND +$cfg->setConfigEntry('default_hub_http_command', 'index'); -// CFG: DEFAULT-HTML-CONTROLLER -$cfg->setConfigEntry('default_html_controller', 'index'); +// CFG: DEFAULT-HTTP-CONTROLLER +$cfg->setConfigEntry('default_http_controller', 'index'); // CFG: HTML-CMD-INDEX-RESOLVER-CLASS $cfg->setConfigEntry('html_cmd_index_resolver_class', 'Org\Shipsimu\Hub\Resolver\Command\HubHtmlCommandResolver');