Fix UTF-8 saving from the API

Fix out of bounds if the email was not signed
This commit is contained in:
Némunaire 2012-02-29 15:03:47 +01:00
commit 7c15c88657
2 changed files with 39 additions and 13 deletions

View file

@ -16,6 +16,9 @@ define("NB_CHAR", 5);
// can adjust the minimum
define("ALLOW_NB_MIN", 5);
// The adress of this service
define("HTTP_URL", "paste.p0m.fr");
/*********************************************