From 3cca8bf1a764f09910f0ddc38133c1ae4c83b36b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 3 Mar 2008 20:55:28 +0000 Subject: [PATCH] default app fixed --- inc/config-local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ?> -- 2.39.5