--- mrts-v0.1.1.txt	2005-10-04 21:47:45.000000000 +0200
+++ mrts-v0.1.1.php	2005-09-09 19:32:06.000000000 +0200
@@ -14,7 +14,10 @@
 
 
 /* The directory where the rrd files are located */
-$dir = '/var/log/mrtg';
+$dir = '/home/sites/mrtg';
+
+/* line width */
+$line = "LINE1";
 
 
 
@@ -114,7 +117,7 @@
 	$extension = '.rrd';
 
 	/* This version */
-	$version = 'v0.1.1';
+	$version = 'v0.1.1+patch';
 
 	/* The title */
 	$title = "MRTS - MRTG RRDtool Total Statistics $version";
@@ -422,7 +425,7 @@
 
 				header("content-type: image/png");
 
-				$rrdcommand = "$rrdcommand graph - -v 'Bytes/s' -b 1024 -w 390 DEF:avgin=$name:ds0:AVERAGE AREA:avgin#00CC00:'Traffic in' DEF:avgout=$name:ds1:AVERAGE LINE2:avgout#0000FF:'Traffic out'";
+				$rrdcommand = "$rrdcommand graph - -v 'Bytes/s' -b 1024 -w 390 DEF:avgin=$name:ds0:AVERAGE AREA:avgin#00CC00:'Traffic in' DEF:avgout=$name:ds1:AVERAGE {$GLOBALS['line']}:avgout#0000FF:'Traffic out'";
 
 				/* Last day */
 				if($_GET['period']=='day')

