From: Roland Häder Date: Mon, 3 Mar 2008 20:55:28 +0000 (+0000) Subject: default app fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3cca8bf1a764f09910f0ddc38133c1ae4c83b36b;p=hub.git default app fixed --- diff --git a/inc/config-local.php b/inc/config-local.php index 99b4e6627..1f5e44fe4 100644 --- a/inc/config-local.php +++ b/inc/config-local.php @@ -23,7 +23,7 @@ */ // CFG: DEFAULT-APPLICATION -$cfg->setConfigEntry("default_application", "mxchange"); +$cfg->setConfigEntry("default_application", "hub"); // [EOF] ?>