diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-26 01:00:57 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-26 01:00:57 +0100 |
commit | b3498e0092465209bd5b96ff0dd48ea8f19b6e3a (patch) | |
tree | f89c448938f1cf72697bc6be3af5ce3a7a357157 /htdocs | |
parent | 537c95d700080b23cc3dac5e1bf17eaa83a390f3 (diff) | |
download | smokeping-b3498e0092465209bd5b96ff0dd48ea8f19b6e3a.tar.gz smokeping-b3498e0092465209bd5b96ff0dd48ea8f19b6e3a.tar.xz |
prepare for the release of smokeping-20051226_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 aa72a2a..e6f6d74 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 20051225; +use Smokeping 20051226; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |