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:
@ -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;
|
||||
|
Reference in New Issue
Block a user