diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-23 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-23 01:00:58 +0100 |
commit | f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c (patch) | |
tree | 4221abf3ef85dfdcabe33f8f0639c6d2cc676a92 /htdocs | |
parent | 2a52eba5e497c573aa34e83583427b42064be570 (diff) | |
download | smokeping-f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c.tar.gz smokeping-f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c.tar.xz |
prepare for the release of smokeping-20060123_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 2a7ae30..8baafe7 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 20060122; +use Smokeping 20060123; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |