diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-25 01:01:05 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-25 01:01:05 +0200 |
commit | 52a1a8978ca8be8d39d522960f46d94432bbde9d (patch) | |
tree | bc00cf470dde1fecc172372ebcb6ecc20745f8e7 /htdocs | |
parent | 79cb6fdc7391eb5d37a095a58cdfc2dfdf761b48 (diff) | |
download | smokeping-52a1a8978ca8be8d39d522960f46d94432bbde9d.tar.gz smokeping-52a1a8978ca8be8d39d522960f46d94432bbde9d.tar.xz |
prepare for the release of smokeping-20050925_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 b1a4159..5c638d2 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 20050924; +use Smokeping 20050925; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |