diff options
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index c1fe99cb..5e882a8d 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -191,6 +191,11 @@ define('GRAPH_ITEM_DRAWTYPE_DOT', 3); define('GRAPH_ITEM_DRAWTYPE_DASHED_LINE', 4); + define('MAP_LINK_DRAWTYPE_LINE', 0); + define('MAP_LINK_DRAWTYPE_BOLD_LINE', 2); + define('MAP_LINK_DRAWTYPE_DOT', 3); + define('MAP_LINK_DRAWTYPE_DASHED_LINE', 4); + define('SERVICE_ALGORITHM_NONE',0); define('SERVICE_ALGORITHM_MAX',1); define('SERVICE_ALGORITHM_MIN',2); |
