4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-07-03 05:37:44 +00:00

add html page for simulating EnvayaSMS requests

This commit is contained in:
Jesse Young
2011-10-09 16:31:06 -07:00
parent 79ec4c1603
commit af1f8afb68
2 changed files with 446 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class EnvayaSMS
static function escape($val)
{
return htmlspecialchars($val, ENT_COMPAT | ENT_XML1, 'UTF-8');
return htmlspecialchars($val, ENT_COMPAT, 'UTF-8');
}
private static $request;