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:
Stefan Livieratos 2000-07-01 17:21:11 +00:00
parent edd6809694
commit 3dc444c351

View file

@ -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>