diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-31 01:01:03 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-31 01:01:03 +0100 |
commit | 448ab9a128acc6005fa6cd8eaecb540ae40aea71 (patch) | |
tree | ff3c894b39f20af2612b8d66042708a30ec7570a /htdocs | |
parent | be82526c51ec0359c0d79606175536cd9ff94d8b (diff) | |
download | smokeping-448ab9a128acc6005fa6cd8eaecb540ae40aea71.tar.gz smokeping-448ab9a128acc6005fa6cd8eaecb540ae40aea71.tar.xz |
prepare for the release of smokeping-20051231_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 e75b802..df46057 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 20051230; +use Smokeping 20051231; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |