error on questions.php
This commit is contained in:
parent
4f23496a57
commit
829b392bca
2 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,6 @@ include("QuestionsFile.class.php");
|
|||
|
||||
$id = $_GET['id'];
|
||||
echo $id;
|
||||
|
||||
$file = new QuestionsFile("questions.xml");
|
||||
$question = $file->get_question($id);
|
||||
$question->print_test();
|
||||
|
|
|
|||
Reference in a new issue