diff --git a/left_triangle2.gif b/left_triangle2.gif new file mode 100644 index 0000000..bdfa8e1 Binary files /dev/null and b/left_triangle2.gif differ diff --git a/questions.php b/questions.php index 08726c7..486230d 100755 --- a/questions.php +++ b/questions.php @@ -50,7 +50,7 @@ if (isset ($_POST['send'])) // @TODO: Send mail to the selected validator -/* This code works, perhaps should be placed in a method in Question class? +/* This code works, perhaps should be placed in a method in Question class?*/ $to = "bertrand.cournaud@gmail.com"; $subject = "[Nemubot] Validation d'une question"; $headers = "From: Nemubot "; @@ -62,7 +62,7 @@ if (isset ($_POST['send'])) } else echo ("Error with the email"); -//*/ +/* //*/ } } else