summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/attachment_writer.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attachment_writer.php b/src/attachment_writer.php
index fb7d144..970261a 100644
--- a/src/attachment_writer.php
+++ b/src/attachment_writer.php
@@ -61,6 +61,7 @@ foreach ($_FILES as $file) {
}
}
-return 1;
+# Success!
+print 1;
?>