diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-01-23 16:07:05 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-01-23 16:07:05 +0100 |
commit | 8f75cc658717b4409d2eb3c37f6704c7f9d84e59 (patch) | |
tree | a5bef1f94cbf1721ce3f17c9931b4d5babecb04e /htdocs | |
parent | d7ef1c5cc614185fe2e9dd83442edb824620335c (diff) | |
download | smokeping-8f75cc658717b4409d2eb3c37f6704c7f9d84e59.tar.gz smokeping-8f75cc658717b4409d2eb3c37f6704c7f9d84e59.tar.xz |
prepare for the release of smokeping-2.3.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 2028cf5..3d321ec 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.002007; +use Smokeping 2.003000; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |