mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixes for rfc compliant destinations
This commit is contained in:
parent
922c7b03c9
commit
90febe7d8f
@ -50,11 +50,11 @@
|
||||
. "','" . addslashes($newsetting[1]) . "')");
|
||||
}
|
||||
if ($newsettings["auth_type"] == "ldap") {
|
||||
Header("Location: ldap.php");
|
||||
Header('Location: '.$newsettings['webserver_url'].'/setup/ldap.php');
|
||||
exit;
|
||||
} else {
|
||||
//echo "<center>Your config has been updated<br><a href='".$newsettings["webserver_url"]."/login.php'>Click here to login</a>";
|
||||
Header("Location: index.php");
|
||||
Header("Location: '.$newsettings['webserver_url'].'/index.php');
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user