Replace double quote with single

This commit is contained in:
Miles Lott 2001-03-11 05:55:44 +00:00
parent 66c6504c23
commit f78f032243

View File

@ -54,7 +54,7 @@
exit;
} else {
//echo "<center>Your config has been updated<br><a href='".$newsettings["webserver_url"]."/login.php'>Click here to login</a>";
Header("Location: '.$newsettings['webserver_url'].'/index.php');
Header('Location: '.$newsettings['webserver_url'].'/index.php');
exit;
}
}