diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-14 01:01:05 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-14 01:01:05 +0100 |
commit | fdf5205ed32123872ff09d475dfdd9190eaade9d (patch) | |
tree | b22346f91c445f151343bb8e9bc487bf1288b2fa /htdocs | |
parent | 4042816c7974942bd5ac2e6f3c5dd5465297f504 (diff) | |
download | smokeping-fdf5205ed32123872ff09d475dfdd9190eaade9d.tar.gz smokeping-fdf5205ed32123872ff09d475dfdd9190eaade9d.tar.xz |
prepare for the release of smokeping-20051114_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 38a3961..ffcad8a 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 20051113; +use Smokeping 20051114; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |