-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
# 14all.cgi | ||
# | ||
# Copyright (C) 2001 Jan "Yenya" Kasprzak <[email protected]> | ||
# Copyright (C) 2009 Morgan Aldridge <[email protected]> | ||
# | ||
# 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 <a HREF="http://www.bungi.com">Dave Rand</a> <a HREF="mailto: | |
<A HREF="http://www.fi.muni.cz/~kas/">Jan "Yenya" Kasprzak</A> | ||
<A HREF="mailto:kas\@fi.muni.cz"><kas\@fi.muni.cz></A> | ||
</font></td> | ||
</tr><tr> | ||
<td></td> | ||
<td ALIGN=RIGHT><font FACE="Arial,Helvetica" SIZE=2> | ||
and <a HREF="http://www.makkintosshu.com/">Morgan Aldridge</a> <a HREF="mailto:morgant\@makkintosshu.com"><morgant\@makkintosshu.com></a></font> | ||
</td> | ||
</tr> | ||
</table> | ||
EOF | ||
|