FSN#29180 SMS notificatie zonder dat het geconfigureerd is iets beter detecteren/ loggen
svn path=/Website/branches/v5.4.1/; revision=21291
This commit is contained in:
@@ -14,6 +14,12 @@ function sendSMS( p_telnr
|
||||
, p_msg
|
||||
)
|
||||
{
|
||||
if (!S("puo_uid") || !S("puo_pwd"))
|
||||
{
|
||||
Log2File(1, "SMS bericht: '" + p_msg + "' *niet* verzonden naar " + p_telnr + " want SMS niet geconfigureerd.");
|
||||
return false;
|
||||
}
|
||||
|
||||
Log2File(1, "*> sendSMS");
|
||||
|
||||
var SXH_PROXY_SET_PROXY = 2; // contante in msxml2
|
||||
|
||||
Reference in New Issue
Block a user