diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-08-30 11:46:30 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-08-30 11:46:30 +0200 |
commit | 109d05affef8762a0d27fb956f27d8762e0a22d8 (patch) | |
tree | 0d6214646dc4d22504bee3dbf4caf4acb3f32d13 /htdocs | |
parent | e262eac461d5b037b20ff7446c6c99137d7e2e2e (diff) | |
download | smokeping-109d05affef8762a0d27fb956f27d8762e0a22d8.tar.gz smokeping-109d05affef8762a0d27fb956f27d8762e0a22d8.tar.xz |
prepare for the release of smokeping-2.2.0
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 fa6ffae..aa8a865 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.001001; +use Smokeping 2.002001; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |