diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-30 01:01:06 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-30 01:01:06 +0200 |
commit | 68067aea7fc50691ccc48dbea061253d6451cfd6 (patch) | |
tree | 9907214e36d9664c00814fb038953d74f22d9802 /htdocs | |
parent | 01d152d8c8a752c68407cec20c81d339e565f498 (diff) | |
download | smokeping-68067aea7fc50691ccc48dbea061253d6451cfd6.tar.gz smokeping-68067aea7fc50691ccc48dbea061253d6451cfd6.tar.xz |
prepare for the release of smokeping-20050930_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 7491a81..10332b4 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 20050929; +use Smokeping 20050930; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |