diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-02 01:00:52 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-02 01:00:52 +0200 |
commit | 75aa992d8cf249e5bf7606d41053216d39d10605 (patch) | |
tree | c8a0f4f624502697fa57a9d058f263c2bfbb4028 /htdocs | |
parent | 599f7c7fb671c160e4886061b92324ae13b951de (diff) | |
download | smokeping-75aa992d8cf249e5bf7606d41053216d39d10605.tar.gz smokeping-75aa992d8cf249e5bf7606d41053216d39d10605.tar.xz |
prepare for the release of smokeping-20060402_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 a19fa08..fe84952 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 20060401; +use Smokeping 20060402; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |