diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-09 01:01:00 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-09 01:01:00 +0200 |
commit | 5c74f8d92d50aecde1eb92e77eef7549ef3d3228 (patch) | |
tree | 9b9fa3996b6e721237948d88b67d74af3d192f82 /htdocs | |
parent | 8448d6f09bcb2b3712a27df0725daa19a1c15527 (diff) | |
download | smokeping-5c74f8d92d50aecde1eb92e77eef7549ef3d3228.tar.gz smokeping-5c74f8d92d50aecde1eb92e77eef7549ef3d3228.tar.xz |
prepare for the release of smokeping-20060809_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 0aff3fb..dcdfb76 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 20060808; +use Smokeping 20060809; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |