From fe78b63d6c35a178d369039b5d7871598fa49e79 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 30 Oct 2001 18:41:26 +0000 Subject: [PATCH] Corrected bug git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61185 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/http.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/http.xml b/functions/http.xml index 5a8146c864..ec57f0eb52 100644 --- a/functions/http.xml +++ b/functions/http.xml @@ -1,5 +1,5 @@ - + HTTP functions HTTP @@ -63,7 +63,7 @@ exit; /* Make sure that code below does HTTP 1.1 requires an absolute URI as argument to - Location: + Location: including protocol, hostname and absolute path. Some clients might accept relative URIs but you definetly should not rely on it. You can usually use $HTTP_SERVER_VARS['HTTP_HOST'],