diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-21 01:01:03 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-21 01:01:03 +0200 |
commit | 4530ab950e1189b01132f7d2b08ae40d18da1a61 (patch) | |
tree | 58f1b9ae83b9e8c3c41a691df37b908cb2591f0f /htdocs | |
parent | 971bd0e476bae219341624848d1bae68241a42e8 (diff) | |
download | smokeping-4530ab950e1189b01132f7d2b08ae40d18da1a61.tar.gz smokeping-4530ab950e1189b01132f7d2b08ae40d18da1a61.tar.xz |
prepare for the release of smokeping-20060421_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 d1d6bd8..fd36bb1 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 20060420; +use Smokeping 20060421; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |