mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove hardcoded dot
git-svn-id: http://www.observium.org/svn/observer/trunk@2681 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -177,7 +177,7 @@ if (isset($_GET['format']) && preg_match("/^[a-z]*$/", $_GET['format']))
|
|||||||
|
|
||||||
if ($links > 30) ### Unflatten if there are more than 10 links. beyond that it gets messy
|
if ($links > 30) ### Unflatten if there are more than 10 links. beyond that it gets messy
|
||||||
{
|
{
|
||||||
$maptool = $config['unflatten'] . ' -f -l 5 | ' . $config['sfdp'] . ' -Gpack -Gcharset=latin1 | dot';
|
$maptool = $config['unflatten'] . ' -f -l 5 | ' . $config['sfdp'] . ' -Gpack -Gcharset=latin1 | '.$config['dot'];
|
||||||
} else {
|
} else {
|
||||||
$maptool = $config['dot'];
|
$maptool = $config['dot'];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user