debug
This commit is contained in:
@ -18,7 +18,7 @@ class notificationFreemobile
|
||||
{
|
||||
global $curlErr;
|
||||
$result = false;
|
||||
if ($this->active == true)
|
||||
if ($this->active === true)
|
||||
{
|
||||
$ch = curl_init();
|
||||
// set url
|
||||
|
Reference in New Issue
Block a user