diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-16 20:48:36 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-16 20:48:36 +0200 |
commit | 3ab95c6f225b3cc697e0431ec5e23c782279acf9 (patch) | |
tree | 87e4db4ea5f9df56d90a38cdc2912d6cd8cd8ac1 /htdocs | |
parent | 13122a1eb2aa80ffe830fddf256e7557048fda8d (diff) | |
download | smokeping-3ab95c6f225b3cc697e0431ec5e23c782279acf9.tar.gz smokeping-3ab95c6f225b3cc697e0431ec5e23c782279acf9.tar.xz |
prepare for the release of smokeping-2.2.4
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/smokeping.cgi.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/smokeping.cgi.dist b/htdocs/smokeping.cgi.dist index 8a4abbd..6d45fe5 100755 --- a/htdocs/smokeping.cgi.dist +++ b/htdocs/smokeping.cgi.dist @@ -5,7 +5,7 @@ use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl); use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib); use CGI::Carp qw(fatalsToBrowser); -use Smokeping 2.002003; +use Smokeping 2.002004 ; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |