added a missing slash in Location: example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52420 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-07-28 19:03:30 +00:00
parent 079d3dd737
commit 18b317ad40

View file

@ -51,7 +51,7 @@ header('www-authenticate: NTLM',false);
important to understand.
<informalexample>
<programlisting role="php">
header ("Location: http://www.php.net"); /* Redirect browser
header ("Location: http://www.php.net/"); /* Redirect browser
to PHP web site */
exit; /* Make sure that code below does
not get executed when we redirect. */