debug
This commit is contained in:
@ -606,7 +606,7 @@ function test()
|
||||
|
||||
logger(DEBUG, _("Testing doors") , __FILE__ . ":" . __LINE__);
|
||||
echo "testing doors";
|
||||
$portes = $hooks["alerte_intrusion"]->testPortes();
|
||||
$portes = $hooks["test_portes"]->testPortes();
|
||||
if (!empty($portes))
|
||||
{
|
||||
$msg = _("Opened doors:") . EOLH;
|
||||
|
Reference in New Issue
Block a user