From f78f032243feb47299d84b51868071c067188816 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 11 Mar 2001 05:55:44 +0000 Subject: [PATCH] Replace double quote with single --- setup/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/config.php b/setup/config.php index c73dfe7f3b..b30b0f8625 100644 --- a/setup/config.php +++ b/setup/config.php @@ -54,7 +54,7 @@ exit; } else { //echo "
Your config has been updated
Click here to login"; - Header("Location: '.$newsettings['webserver_url'].'/index.php'); + Header('Location: '.$newsettings['webserver_url'].'/index.php'); exit; } }