diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-11 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-11 01:00:51 +0200 |
commit | a4b04c9c2d6be88f61e1da5b8e17de02b09f1344 (patch) | |
tree | 341306efbf9435449c01f43721399772c1ada2e1 /htdocs | |
parent | 2f862b1505ae982ecee7a33c0d19bebdf37013b2 (diff) | |
download | smokeping-a4b04c9c2d6be88f61e1da5b8e17de02b09f1344.tar.gz smokeping-a4b04c9c2d6be88f61e1da5b8e17de02b09f1344.tar.xz |
prepare for the release of smokeping-20060511_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 da541bc..5c38bee 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 20060510; +use Smokeping 20060511; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |