From 0b444f8f5b9ca8608f471e7dc671d82bb5b5a0d3 Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 4 Jul 2019 10:05:25 +0200 Subject: [PATCH] Update --- cgi-bin/uebung09/questions-store.php | 3 --- 1 file changed, 3 deletions(-) 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(); - ?>