diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-03 01:00:50 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-03 01:00:50 +0100 |
commit | 22427a3b0d45483d3277c386ec95f9bf288a4fd5 (patch) | |
tree | 22c5054a04c848cac5f588b0bd542a04d0358926 /htdocs | |
parent | 1d8ea2813596138d931f4dcc42ac5b3011a7a185 (diff) | |
download | smokeping-22427a3b0d45483d3277c386ec95f9bf288a4fd5.tar.gz smokeping-22427a3b0d45483d3277c386ec95f9bf288a4fd5.tar.xz |
prepare for the release of smokeping-20060303_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 19ccd94..d13a795 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 20060302; +use Smokeping 20060303; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |