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 ""; ?> ]]>