less retarded map. remove gradient from body background

git-svn-id: http://www.observium.org/svn/observer/trunk@2731 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-11-19 15:50:42 +00:00
parent 5815b836bf
commit c3113710a8
2 changed files with 2 additions and 8 deletions
+1
View File
@@ -178,6 +178,7 @@ if (isset($_GET['format']) && preg_match("/^[a-z]*$/", $_GET['format']))
{
# $maptool = $config['unflatten'] . ' -f -l 5 | ' . $config['sfdp'] . ' -Gpack -Gcharset=latin1 | '.$config['dot'];
$maptool = $config['neato'];
$maptool = $config['dot'];
} else {
$maptool = $config['dot'];
}