diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-29 01:00:48 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-29 01:00:48 +0200 |
commit | 7b1759db61292ea7805502ecbd4e13986c46fb38 (patch) | |
tree | 59607c7e7dd30dfeac53650b844839a402610436 /htdocs | |
parent | 7089b5c78e9194c097a488eb87b3e45b416d94bc (diff) | |
download | smokeping-7b1759db61292ea7805502ecbd4e13986c46fb38.tar.gz smokeping-7b1759db61292ea7805502ecbd4e13986c46fb38.tar.xz |
prepare for the release of smokeping-20060329_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 fe63f47..7839d70 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 20060328; +use Smokeping 20060329; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |