forked from extern/egroupware
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:
parent
dc7c3c2be1
commit
7b6a2cd289
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user