This commit is contained in:
2019-07-11 12:47:38 +02:00
parent b75da65cd3
commit bc65070ce3

View File

@@ -11,5 +11,5 @@ if (isset($_GET['n'])) {
$questions = $db->getQuestions($n);
$questionsobj = json_encode($questions);
echo($questionobj);
echo($questionsobj);
?>