Add triangle
This commit is contained in:
parent
c2eda31051
commit
fea020504c
2 changed files with 2 additions and 2 deletions
BIN
left_triangle2.gif
Normal file
BIN
left_triangle2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -50,7 +50,7 @@ if (isset ($_POST['send']))
|
||||||
|
|
||||||
// @TODO: Send mail to the selected validator
|
// @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";
|
$to = "bertrand.cournaud@gmail.com";
|
||||||
$subject = "[Nemubot] Validation d'une question";
|
$subject = "[Nemubot] Validation d'une question";
|
||||||
$headers = "From: Nemubot <bot@nemunai.re>";
|
$headers = "From: Nemubot <bot@nemunai.re>";
|
||||||
|
@ -62,7 +62,7 @@ if (isset ($_POST['send']))
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
echo ("Error with the email");
|
echo ("Error with the email");
|
||||||
//*/
|
/* //*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Reference in a new issue