mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
079d3dd737
commit
18b317ad40
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue