hholzgra                Sat Jul 28 15:03:30 2001 EDT

  Modified files:              
    /phpdoc/en/functions        http.xml 
  Log:
  added a missing slash in Location: example
  
  
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.21 phpdoc/en/functions/http.xml:1.22
--- phpdoc/en/functions/http.xml:1.21   Sat Jul  7 17:27:08 2001
+++ phpdoc/en/functions/http.xml        Sat Jul 28 15:03:30 2001
@@ -51,7 +51,7 @@
      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. */


Reply via email to