From 7b6a2cd2898cb6349c085c081c5465f10284ccf5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 10 Jun 2006 16:02:00 +0000 Subject: [PATCH] changing the setup manual url to manual.egroupware.org, as otherwise the www-redirect on egroupware.org removes the get-params --- setup/inc/class.setup_html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/inc/class.setup_html.inc.php b/setup/inc/class.setup_html.inc.php index ac4be325ae..00d50a9c51 100644 --- a/setup/inc/class.setup_html.inc.php +++ b/setup/inc/class.setup_html.inc.php @@ -166,7 +166,7 @@ )); // manual / help link to the install manual on egroupware.org - $manual_remote_egw_url = 'http://egroupware.org/egroupware'; + $manual_remote_egw_url = 'http://manual.egroupware.org/egroupware'; $url_parts = explode('/',$_SERVER['PHP_SELF']); $script = array_pop($url_parts); $lang = get_var('ConfigLang',Array('POST','COOKIE'));