diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-30 01:00:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-30 01:00:53 +0200 |
commit | eda43ee0d111938bd8effeb223a4bd1a81e23998 (patch) | |
tree | dbc6c6420f7d6e295b1b7d133049e7272083269a /htdocs | |
parent | 4d88e72094fd76b30833299e114038db068863de (diff) | |
download | smokeping-eda43ee0d111938bd8effeb223a4bd1a81e23998.tar.gz smokeping-eda43ee0d111938bd8effeb223a4bd1a81e23998.tar.xz |
prepare for the release of smokeping-20060730_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 b7c78c7..13814c0 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 20060729; +use Smokeping 20060730; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |