diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-25 01:00:58 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-25 01:00:58 +0200 |
commit | 833e7bdfa9e680f4ad6ae5b7e9d96c4f14394ca1 (patch) | |
tree | 862c9a1a7c6ac636235a4197bc13a8540d383231 /htdocs | |
parent | b5e49395509d49aa1cc28c17912bed4a498a102d (diff) | |
download | smokeping-833e7bdfa9e680f4ad6ae5b7e9d96c4f14394ca1.tar.gz smokeping-833e7bdfa9e680f4ad6ae5b7e9d96c4f14394ca1.tar.xz |
prepare for the release of smokeping-20051025_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 8b2ceef..dec0bd0 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 20051024; +use Smokeping 20051025; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |