diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-18 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-18 01:00:53 +0100 |
commit | ff4556debdd900c0e0c12ea1f02f336832badb35 (patch) | |
tree | 58c20e2ac0e43754ef951dcce122ed24462a58cb /htdocs | |
parent | 2725616dc36e59b6524ada73e1f492c248aafc1f (diff) | |
download | smokeping-ff4556debdd900c0e0c12ea1f02f336832badb35.tar.gz smokeping-ff4556debdd900c0e0c12ea1f02f336832badb35.tar.xz |
prepare for the release of smokeping-20060118_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 3aac5af..7f82d6a 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 20060117; +use Smokeping 20060118; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |