Add triangle

This commit is contained in:
Bertrand 2012-05-22 13:29:51 +02:00
parent c2eda31051
commit fea020504c
2 changed files with 2 additions and 2 deletions

BIN
left_triangle2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -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 <bot@nemunai.re>";
@ -62,7 +62,7 @@ if (isset ($_POST['send']))
}
else
echo ("Error with the email");
//*/
/* //*/
}
}
else