diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-24 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-24 01:00:53 +0100 |
commit | e47d849259ed6c43463a873073c14582618d84bb (patch) | |
tree | e76891e5df5cb41d09d9c696e5fe9f8d68141cbb /htdocs | |
parent | 5b3966df8b51691bd8fc69e768e9676bc38e9d3e (diff) | |
download | smokeping-e47d849259ed6c43463a873073c14582618d84bb.tar.gz smokeping-e47d849259ed6c43463a873073c14582618d84bb.tar.xz |
prepare for the release of smokeping-20051224_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 8bc8f94..5115a20 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 20051223; +use Smokeping 20051224; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |