diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-29 01:02:10 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-29 01:02:10 +0100 |
commit | 3c4cd65c711a8a2f2f63b127be58625e0fb3c6f1 (patch) | |
tree | e581c2639f1692b68b2c620cdd3bf7eb4b9c6dcc /htdocs | |
parent | e64fb3c94eb46a3c802ce41209f1cdcece5dfb74 (diff) | |
download | smokeping-3c4cd65c711a8a2f2f63b127be58625e0fb3c6f1.tar.gz smokeping-3c4cd65c711a8a2f2f63b127be58625e0fb3c6f1.tar.xz |
prepare for the release of smokeping-20051129_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 cf8f551..653c9b2 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 20051128; +use Smokeping 20051129; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |