From 5b58baccc04a39d9f4c600a805eb8525f6b1db1c Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Wed, 12 Aug 2015 17:10:15 +0200 Subject: [PATCH] Removed a line which was commented out. --- html/network-map.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/network-map.php b/html/network-map.php index 7907eee54..040464c78 100644 --- a/html/network-map.php +++ b/html/network-map.php @@ -212,7 +212,6 @@ if (isset($_GET['format']) && preg_match("/^[a-z]*$/", $_GET['format'])) { } if ($where == '') { -# $maptool = $config['unflatten'] . ' -f -l 5 | ' . $config['sfdp'] . ' -Gpack -Goverlap=prism -Gcharset=latin1 | dot'; $maptool = $config['sfdp'] . ' -Gpack -Goverlap=prism -Gcharset=latin1 -Gsize=20,20'; $maptool = $config['dot']; }