diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-26 01:01:02 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-26 01:01:02 +0200 |
commit | 85792ae3d91ca94d0da926a536f2f58d22447a0c (patch) | |
tree | 8ff2b48080db4c278897892e399b7a1dbef061f8 /htdocs | |
parent | d3b58da692482ac45b5cb365af4fe99a4db93438 (diff) | |
download | smokeping-85792ae3d91ca94d0da926a536f2f58d22447a0c.tar.gz smokeping-85792ae3d91ca94d0da926a536f2f58d22447a0c.tar.xz |
prepare for the release of smokeping-20060626_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 4a31446..0e4da18 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 20060625; +use Smokeping 20060626; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |