diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-03 01:00:49 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-03 01:00:49 +0200 |
commit | 60ca4e5022ad0723ad931603ce9d7aeaae8df4a8 (patch) | |
tree | 23ce966353193bc807792b549b0b2e16c97b9f20 /htdocs | |
parent | 75aa992d8cf249e5bf7606d41053216d39d10605 (diff) | |
download | smokeping-60ca4e5022ad0723ad931603ce9d7aeaae8df4a8.tar.gz smokeping-60ca4e5022ad0723ad931603ce9d7aeaae8df4a8.tar.xz |
prepare for the release of smokeping-20060403_trunk
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 fe84952..bc4154f 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 20060402; +use Smokeping 20060403; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |