diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-11 01:00:57 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-11 01:00:57 +0100 |
commit | b8d8935bf52baea0170d74db6bdbf82d5dc21231 (patch) | |
tree | 7898c63f4c97acd5cdc2029bee836254f4561d58 /htdocs | |
parent | 20cbbde0a799cfd82fb3453187e8c15ab72dd181 (diff) | |
download | smokeping-b8d8935bf52baea0170d74db6bdbf82d5dc21231.tar.gz smokeping-b8d8935bf52baea0170d74db6bdbf82d5dc21231.tar.xz |
prepare for the release of smokeping-20051111_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 4c47d0e..a15eb02 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 20051110; +use Smokeping 20051111; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |