mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Corrected bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61185 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
38dd875b75
commit
fe78b63d6c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<reference id="ref.http">
|
||||
<title>HTTP functions</title>
|
||||
<titleabbrev>HTTP</titleabbrev>
|
||||
|
@ -63,7 +63,7 @@ exit; /* Make sure that code below does
|
|||
<note>
|
||||
<para>
|
||||
HTTP 1.1 requires an absolute URI as argument to
|
||||
<ulink url="&spec.http1.1;/rfc2616-sec14.html#sec14.30">Location:</ulink>
|
||||
<ulink url="&spec.http1.1;-sec14.html#sec14.30">Location:</ulink>
|
||||
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'],
|
||||
|
|
Loading…
Reference in a new issue