diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-24 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-24 01:00:54 +0200 |
commit | a391548f32753e651cb44c297cb010eb9f8d0152 (patch) | |
tree | 0c4234593ae619c2c239e59b0e97c798df6045f4 /htdocs | |
parent | af42b4765bf1b04ccc024a94d6e3f473df3f2371 (diff) | |
download | smokeping-a391548f32753e651cb44c297cb010eb9f8d0152.tar.gz smokeping-a391548f32753e651cb44c297cb010eb9f8d0152.tar.xz |
prepare for the release of smokeping-20060424_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 f2bf248..7963d63 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 20060423; +use Smokeping 20060424; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |