Fix UTF-8 saving from the API
Fix out of bounds if the email was not signed
This commit is contained in:
parent
0838f1c15b
commit
7c15c88657
2 changed files with 39 additions and 13 deletions
|
|
@ -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");
|
||||
|
||||
|
||||
|
||||
/*********************************************
|
||||
|
|
|
|||
Reference in a new issue