Add thanksConfirmation to avoid refresh
This commit is contained in:
parent
3310d76177
commit
0970c2f1d1
3 changed files with 54 additions and 36 deletions
|
|
@ -8,8 +8,6 @@ $id = $_GET['id'];
|
|||
$file = new QuestionsFile("questions.xml");
|
||||
$question = $file->get_question($id);
|
||||
|
||||
$message = "Question validated maddafakka";
|
||||
|
||||
?>
|
||||
|
||||
<html>
|
||||
|
|
|
|||
Reference in a new issue