Update patch

This commit is contained in:
Vivian Lim 2020-07-24 19:40:54 -07:00
parent 8d8b59e52f
commit 69ee8edb7f
1 changed files with 2 additions and 6 deletions

View File

@ -361,15 +361,11 @@ index 5e4159b..0ec6ce1 100755
+?>
diff --git a/Sources/UploadAttachment.php b/Sources/UploadAttachment.php
new file mode 100644
index 0000000..93b4c32
index 0000000..a84bf88
--- /dev/null
+++ b/Sources/UploadAttachment.php
@@ -0,0 +1,71 @@
@@ -0,0 +1,67 @@
+<?php
+ini_set('display_errors', 1);
+ini_set('display_startup_errors', 1);
+error_reporting(E_ALL);
+
+/**
+ * Simple Machines Forum (SMF)
+ *