didou           Sun Jul 27 12:12:54 2003 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  adding </pre>
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.62 phpdoc/en/features/file-upload.xml:1.63
--- phpdoc/en/features/file-upload.xml:1.62     Wed Jun 11 18:03:09 2003
+++ phpdoc/en/features/file-upload.xml  Sun Jul 27 12:12:53 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.62 $ -->
+<!-- $Revision: 1.63 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -192,6 +192,7 @@
     print "Possible file upload attack!  Here's some debugging info:\n";
     print_r($_FILES);
 }
+print "</pre>";
 
 ?>
 ]]>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to