This commit is contained in:
2019-07-04 09:58:51 +02:00
parent daa88ca5ba
commit bcbdd16ceb

View File

@@ -6,6 +6,7 @@ $question = $_POST['question'];
$answer0 = $_POST['answer0'];
$answer1 = $_POST['answer1'];
$answer2 = $_POST['answer2'];
$solution = $_POST['solution'];
$db = new Database();