diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-25 01:01:04 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-25 01:01:04 +0100 |
commit | 4f924e7e288b8b827a1f39f755a4739bce2f8ed0 (patch) | |
tree | 9d082b0f074b1e4fb08523d34b6076d0b1cdeb10 /htdocs | |
parent | 2ceec4653085b74246e9f2828ee76183e55d1750 (diff) | |
download | smokeping-4f924e7e288b8b827a1f39f755a4739bce2f8ed0.tar.gz smokeping-4f924e7e288b8b827a1f39f755a4739bce2f8ed0.tar.xz |
prepare for the release of smokeping-20060225_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 b37d691..8aed249 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 20060224; +use Smokeping 20060225; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |