diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-21 01:01:12 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-21 01:01:12 +0200 |
commit | 89a81249a147e6a98bbb60b77e88719344e16963 (patch) | |
tree | ff5c775661be37c25445133c28dc71d68211a61d /htdocs | |
parent | ce3590638105b69b537589f14cd3109f93315293 (diff) | |
download | smokeping-89a81249a147e6a98bbb60b77e88719344e16963.tar.gz smokeping-89a81249a147e6a98bbb60b77e88719344e16963.tar.xz |
prepare for the release of smokeping-20050921_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 4015ff4..bfcde2d 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 20050920; +use Smokeping 20050921; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |