1
0

debuggage

This commit is contained in:
2022-01-23 09:46:06 +01:00
parent 10f2a1087a
commit fc4eaf2238
14 changed files with 294 additions and 157 deletions

View File

@ -8,7 +8,7 @@ class notificationFreemobile
function __construct()
{
$this->level = WARNING | ERROR;
$this->level = ALERT | ERROR;
}
function send($message)