diff --git a/html_data/Error/Dmp.ashx b/html_data/Error/Dmp.ashx
index 1d5f989..215cab1 100644
--- a/html_data/Error/Dmp.ashx
+++ b/html_data/Error/Dmp.ashx
@@ -4,4 +4,4 @@ $filename = $_GET['filename'];
$filetype = $_GET['filetype'];
$content = gzdecode(file_get_contents('php://input')); //content uploaded
-file_put_contents("uploads/" . $filename . "-" . date("m-d-Y", time()) . "-" . genHash(6) . "." . $filetype, $content);
\ No newline at end of file
+//file_put_contents("uploads/" . $filename . "-" . date("m-d-Y", time()) . "-" . genHash(6) . "." . $filetype, $content);
\ No newline at end of file