adding command test in apiserver\nsome debugging\nfree sms now running fine
This commit is contained in:
@ -559,4 +559,13 @@ function apiDisplayByType($argList)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
function test()
|
||||
{
|
||||
global $hooks;
|
||||
logger(DEBUG, _("Testing doors") , __FILE__ . ":" . __LINE__);
|
||||
echo "testing doors";
|
||||
return $hooks["alerte_intrusion"]->testPortes();
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user