bad example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128683 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-05-25 03:00:16 +00:00
parent 24e9dba6bc
commit d90db6ef0e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
<refentry id="function.header">
<refnamediv>
@ -54,7 +54,7 @@ header('WWW-Authenticate: NTLM', FALSE);
<programlisting role="php">
<![CDATA[
<?php
header("HTTP/1.0 404 Not Found");
header("Location: HTTP/1.0 404");
?>
]]>
</programlisting>