From 5a42e76650cc2f70e7073cea1d124d6258524311 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 31 Oct 2019 18:19:00 +0100 Subject: [PATCH] SAP discovery task --- pandora_console/include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index 4c092bad52..886c1f7c20 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -537,7 +537,7 @@ define('NODE_GENERIC', 3); define('STATUS_OK', 0); define('STATUS_ERROR', 1); -// Maps (new networkmaps and new visualmaps). +// Maps new networkmaps and new visualmaps. define('MAP_TYPE_NETWORKMAP', 0); define('MAP_TYPE_VISUALMAP', 1);