diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-07 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-07 01:00:58 +0100 |
commit | 1c14828cfb69e39b4ec7ca47f7c12e492045736f (patch) | |
tree | 899274dcdc012352d45652e6c941bb31006364df /htdocs | |
parent | 6772387bcd7b604ad28d12a49e5806a872ad3b79 (diff) | |
download | smokeping-1c14828cfb69e39b4ec7ca47f7c12e492045736f.tar.gz smokeping-1c14828cfb69e39b4ec7ca47f7c12e492045736f.tar.xz |
prepare for the release of smokeping-20060107_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 af32541..603958e 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 20060106; +use Smokeping 20060107; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |