diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-19 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-19 01:00:53 +0100 |
commit | cbe6eb611c92f5eafef03940ff8d4610490d7351 (patch) | |
tree | f12403344c1488978a86d5a9d50169562d712fc1 /htdocs | |
parent | ff4556debdd900c0e0c12ea1f02f336832badb35 (diff) | |
download | smokeping-cbe6eb611c92f5eafef03940ff8d4610490d7351.tar.gz smokeping-cbe6eb611c92f5eafef03940ff8d4610490d7351.tar.xz |
prepare for the release of smokeping-20060119_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 7f82d6a..fc9d721 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 20060118; +use Smokeping 20060119; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |