„threadr/board/submit.php“ ändern

master
Jakob 2020-03-08 17:49:11 +01:00
parent 2065845939
commit 3d61b900a3
1 changed files with 1 additions and 1 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 "<div class='margin'><a href='%CONTENT_DIR%/board/?id=$id&action=edit'><button> Edit your post </button></a><a href='%CONTENT_DIR%/board/?id=$id'><button> Done </button></a></div>";
echo "<section><center><h1>Submitting your post...</h1></center></section>";
?>