diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-17 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-17 01:00:51 +0200 |
commit | 5186621fd92524792c03406d61d0cecf74e4dbbc (patch) | |
tree | 224d412a540a8d6a1e7bd59af800b3f4b43d6424 /htdocs | |
parent | 88bbf618e858f433fab37dc7578ab48eded70d00 (diff) | |
download | smokeping-5186621fd92524792c03406d61d0cecf74e4dbbc.tar.gz smokeping-5186621fd92524792c03406d61d0cecf74e4dbbc.tar.xz |
prepare for the release of smokeping-20050917_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 277369d..86036a0 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 20050916; +use Smokeping 20050917; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |