diff --git a/cgi-bin/uebung09/questions-store.php b/cgi-bin/uebung09/questions-store.php index cc3fa68..9eb9e03 100644 --- a/cgi-bin/uebung09/questions-store.php +++ b/cgi-bin/uebung09/questions-store.php @@ -11,7 +11,4 @@ $solution = $_POST['solution']; $db = new Database(); $db->addQuestion($question, $answer0, $answer1, $answer2, $solution); - -$db->destroy(); - ?>