From 18b317ad40ebad5e9f7ad471326c0bcaa242bd10 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 28 Jul 2001 19:03:30 +0000 Subject: [PATCH] added a missing slash in Location: example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52420 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/http.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/http.xml b/functions/http.xml index cfe41fda1d..46334fa5d6 100644 --- a/functions/http.xml +++ b/functions/http.xml @@ -51,7 +51,7 @@ header('www-authenticate: NTLM',false); important to understand. -header ("Location: http://www.php.net"); /* Redirect browser +header ("Location: http://www.php.net/"); /* Redirect browser to PHP web site */ exit; /* Make sure that code below does not get executed when we redirect. */