diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-29 01:01:00 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-29 01:01:00 +0200 |
commit | 01d152d8c8a752c68407cec20c81d339e565f498 (patch) | |
tree | c0a0c5e35e47200584f13fe362bc37537b3d104d /htdocs | |
parent | 72c6bc1c53f52e66e1b5e8d70b00ff2476b1b220 (diff) | |
download | smokeping-01d152d8c8a752c68407cec20c81d339e565f498.tar.gz smokeping-01d152d8c8a752c68407cec20c81d339e565f498.tar.xz |
prepare for the release of smokeping-20050929_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 b570e5f..7491a81 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 20050928; +use Smokeping 20050929; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |