diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-15 01:01:01 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-15 01:01:01 +0100 |
commit | c3ebdbd645add45df0e6ae7d7759ede0e9b655f4 (patch) | |
tree | f6f29083552e09683e11470e370f6ea9eac8b1ff /htdocs/smokeping.cgi.dist | |
parent | b6674d6f5485d425edfd88611389f909bd4b2332 (diff) | |
download | smokeping-c3ebdbd645add45df0e6ae7d7759ede0e9b655f4.tar.gz smokeping-c3ebdbd645add45df0e6ae7d7759ede0e9b655f4.tar.xz |
prepare for the release of smokeping-20051215_trunk
Diffstat (limited to 'htdocs/smokeping.cgi.dist')
-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 b9af479..27eb3b6 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 20051214; +use Smokeping 20051215; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |