diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-15 01:00:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-15 01:00:53 +0200 |
commit | fc280a35cc9b6cc96f26d13d4ab87e9a041cf154 (patch) | |
tree | dadeafb168a2d3df8cc495e9e50b93f516dcd33e /htdocs | |
parent | 71681f39c4e5102b5a2c629ee7a16e9f8a20f8d0 (diff) | |
download | smokeping-fc280a35cc9b6cc96f26d13d4ab87e9a041cf154.tar.gz smokeping-fc280a35cc9b6cc96f26d13d4ab87e9a041cf154.tar.xz |
prepare for the release of smokeping-20060815_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 ee4ed59..869b4f2 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 20060814; +use Smokeping 20060815; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |