From b174945c08617e31ebc3f797fdc1cd84dbb62d5c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 4 Apr 2007 19:11:08 +0000 Subject: [PATCH] - typo - missing git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233293 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/responses/http-redirect.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/http/functions/responses/http-redirect.xml b/reference/http/functions/responses/http-redirect.xml index a0433285d1..acf90c15df 100644 --- a/reference/http/functions/responses/http-redirect.xml +++ b/reference/http/functions/responses/http-redirect.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ Redirect to the given url. - The supplied url will be expanded with http_build_url, the params array will + The supplied url will be expanded with http_build_url, the params array will be treated with http_build_str and the session identification will be appended if session is true. The HTTP response code will be set according to status. You can use one of the redirect constants for convenience. @@ -136,7 +136,7 @@ http_redirect("relpath", array("name" => "value"), true, HTTP_REDIRECT_PERM); HTTP/1.1 301 Moved Permanently X-Powered-By: PHP/5.2.2 Content-Type: text/html -Location: http://www.example.com/curdor/relpath?name=value&PHPSESSID=abc +Location: http://www.example.com/curdir/relpath?name=value&PHPSESSID=abc Redirecting to http://www.example.com/curdor/relpath?name=value&PHPSESSID=abc. ]]>