diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-20 01:00:50 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-20 01:00:50 +0100 |
commit | edf96cad95a22cb15deda328ed891c7ff1ae21a2 (patch) | |
tree | 6e81217155d98a3306f5aa0db3e851d50cbb5714 /htdocs | |
parent | 21fc62e070f4b87a58bce29cee25c4dfdf687746 (diff) | |
download | smokeping-edf96cad95a22cb15deda328ed891c7ff1ae21a2.tar.gz smokeping-edf96cad95a22cb15deda328ed891c7ff1ae21a2.tar.xz |
prepare for the release of smokeping-20060320_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 0f7d702..42e4b1d 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 20060319; +use Smokeping 20060320; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |