diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-17 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-17 01:00:58 +0100 |
commit | 7364208763247000d58ca49355737e98316517f4 (patch) | |
tree | 273517c509b70516a759e953708791c21df3d7dd /htdocs | |
parent | 28828494e3c14e84232a895104411d855bfd38b2 (diff) | |
download | smokeping-7364208763247000d58ca49355737e98316517f4.tar.gz smokeping-7364208763247000d58ca49355737e98316517f4.tar.xz |
prepare for the release of smokeping-20060317_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 8742660..d8208ae 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 20060316; +use Smokeping 20060317; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |