made submit output more reflective of what is actually going on

master
BodgeMaster 2021-09-05 07:24:26 +02:00
parent c63245ff3c
commit 3b4d80c755
1 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ if (!$result) {
$error_message = "<p>Error: SQL error.</p><pre>" . $statement->queryString . "</pre><pre>" . $statement->errorInfo()[2] . "</pre>";
}
echo "<section><center><h1>Submitting your post...</h1></center></section>";
?>
echo "<section><center><h1>Post submitted.</h1></center></section>";
?>