changing the setup manual url to manual.egroupware.org, as otherwise the www-redirect on egroupware.org removes the get-params

This commit is contained in:
Ralf Becker 2006-06-10 16:02:00 +00:00
parent dc7c3c2be1
commit 7b6a2cd289

View File

@ -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'));