diff --git a/core.php b/core.php index cc3a82d..36cb784 100644 --- a/core.php +++ b/core.php @@ -89,6 +89,8 @@ function printFileUploadForm($html, $Error) { $html .= "\t\t\t

WTF? Try again.

\n"; } } + + return "$html"; } ?>