diff --git a/threadr/board/submit.php b/threadr/board/submit.php index fafc13f..23fe733 100644 --- a/threadr/board/submit.php +++ b/threadr/board/submit.php @@ -11,5 +11,5 @@ if (!$result) { $error_message = "

Error: SQL error.

" . $statement->queryString . "
" . $statement->errorInfo()[2] . "
"; } -echo "

Submitting your post...

"; -?> \ No newline at end of file +echo "

Post submitted.

"; +?>