diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-01 01:00:55 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-01 01:00:55 +0100 |
commit | 2ab647d1e15c52b9947626b17216320ee1dfeaa2 (patch) | |
tree | b63c64d137820ca18981079ec2aaffbe2053f552 /htdocs/smokeping.cgi.dist | |
parent | 94fa5e5e42c996131b8d4960f3fffb55794cf15d (diff) | |
download | smokeping-2ab647d1e15c52b9947626b17216320ee1dfeaa2.tar.gz smokeping-2ab647d1e15c52b9947626b17216320ee1dfeaa2.tar.xz |
prepare for the release of smokeping-20051201_trunk
Diffstat (limited to 'htdocs/smokeping.cgi.dist')
-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 e091fa2..08bd3b0 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 20051130; +use Smokeping 20051201; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |