mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Small correction for header() example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27480 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
edd6809694
commit
3dc444c351
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ exit; /* Make sure that code below does
|
|||
thing you do in your script should then be:
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
header ("http/1.0 404 Not Found");
|
||||
header ("HTTP/1.0 404 Not Found");
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue