This commit is contained in:
2019-07-04 12:41:11 +02:00
parent 22b37194f3
commit b787f36e63

View File

@@ -11,4 +11,6 @@ $solution = $_POST['solution'];
$db = new Database();
$db->addQuestion($question, $answer0, $answer1, $answer2, $solution);
header('Location: questions-show.php');
?>