diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-23 01:00:56 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-23 01:00:56 +0100 |
commit | 9d0ead6a745f6ca857ef9d318a0bb7d4b5ed51fa (patch) | |
tree | 9c2c954bacced3c15ccb5e647498094f9175bb46 /htdocs | |
parent | ce8d46be47469deda66754b6b261638875a6d63e (diff) | |
download | smokeping-9d0ead6a745f6ca857ef9d318a0bb7d4b5ed51fa.tar.gz smokeping-9d0ead6a745f6ca857ef9d318a0bb7d4b5ed51fa.tar.xz |
prepare for the release of smokeping-20060223_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 2eec532..2664415 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 20060222; +use Smokeping 20060223; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |