diff --git a/upload.php b/upload.php index d7407cb..5ed4e71 100644 --- a/upload.php +++ b/upload.php @@ -1,6 +1,6 @@ 0) { @@ -46,7 +46,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { function writeToFile($file, $xml) { $myfile = fopen($file, "w") or die("Unable to open file!"); - $txt = "John Doe\n"; fwrite($myfile, $xml); fclose($myfile); }