From 6b12cc61fa0979474492cd6efcce6a2596d7fec4 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 27 Jul 2003 16:12:53 +0000 Subject: [PATCH] adding git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@136070 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 48408a39a9..112af0ed75 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -192,6 +192,7 @@ if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { print "Possible file upload attack! Here's some debugging info:\n"; print_r($_FILES); } +print ""; ?> ]]>