diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-07 01:01:01 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-07 01:01:01 +0200 |
commit | bf0e5b5088c2704a4fa9537696e496d4de8c97e3 (patch) | |
tree | 7d74773ad8a74f6ba6abde872ac5aa1143a7b6d3 /htdocs | |
parent | 4ef7e21bf432ac403d7f9b063a28794595a6dced (diff) | |
download | smokeping-bf0e5b5088c2704a4fa9537696e496d4de8c97e3.tar.gz smokeping-bf0e5b5088c2704a4fa9537696e496d4de8c97e3.tar.xz |
prepare for the release of smokeping-20060607_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 0cf2476..dd8007e 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 20060606; +use Smokeping 20060607; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |