diff --git a/setup/config.php b/setup/config.php index 73d2ad543d..c73dfe7f3b 100644 --- a/setup/config.php +++ b/setup/config.php @@ -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 "
Your config has been updated
Click here to login"; - Header("Location: index.php"); + Header("Location: '.$newsettings['webserver_url'].'/index.php'); exit; } }