Updloaded lost changes in the constants

This commit is contained in:
mdtrooper 2016-04-06 12:26:49 +02:00
parent e4a2c3c7fb
commit 2958e563c6

View File

@ -477,6 +477,8 @@ define("STATUS_ERROR", 1);
define("MAP_TYPE_NETWORKMAP", 0);
define("MAP_TYPE_VISUALMAP", 1);
define("MAP_REFRESH_TIME", 10000);
define("MAP_SUBTYPE_TOPOLOGY", 0);
define("MAP_SUBTYPE_POLICIES", 1);
define("MAP_SUBTYPE_GROUPS", 2);