1
0

- debugage\n- version avec plugins fonctionnels

This commit is contained in:
2022-02-25 20:42:33 +01:00
parent f6b7b9e664
commit a29aa9b653
6 changed files with 20 additions and 18 deletions

View File

@ -112,7 +112,7 @@ function webBrowse($socket, $argList)
function iterateProperty($property, $value, &$response, $tab="")
{
$tab .= "   ";
$tab .= "     ";
if (is_array($value) or is_object($value))
{
logger(DEBUG, _("is object or array"), __FILE__ . ":" . __LINE__ );