diff --git a/mrtg-rrd.cgi b/mrtg-rrd.cgi index 69b1458..d067ec2 100755 --- a/mrtg-rrd.cgi +++ b/mrtg-rrd.cgi @@ -8,6 +8,7 @@ # 14all.cgi # # Copyright (C) 2001 Jan "Yenya" Kasprzak +# Copyright (C) 2009 Morgan Aldridge # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -42,7 +43,7 @@ use vars qw(@config_files @all_config_files %targets $config_time # EDIT THIS to reflect all your MRTG config files BEGIN { @config_files = qw(/home/fadmin/mrtg/cfg/mrtg.cfg); } -$version = '0.7'; +$version = '0.7.1'; # This depends on what image format your libgd (and rrdtool) uses $imagetype = 'png'; # or make this 'gif'; @@ -996,6 +997,11 @@ and Dave Rand Jan "Yenya" Kasprzak <kas\@fi.muni.cz> + + + +and Morgan Aldridge <morgant\@makkintosshu.com> + EOF