diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-14 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-14 01:00:54 +0200 |
commit | f23f0db53df28f650056bd4ae5f644aa998bee2c (patch) | |
tree | 6e009ee8113b2ef9b40b0c4519c5795145559f4d /htdocs | |
parent | 0ec91b093f7fcc8a64e441ac8d883dc7fa503b7e (diff) | |
download | smokeping-f23f0db53df28f650056bd4ae5f644aa998bee2c.tar.gz smokeping-f23f0db53df28f650056bd4ae5f644aa998bee2c.tar.xz |
prepare for the release of smokeping-20060714_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 b432630..c2eb085 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 20060713; +use Smokeping 20060714; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |