diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 01:00:59 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 01:00:59 +0200 |
commit | c2b6279de0c09f62ef2a43e1f35955046600e74c (patch) | |
tree | fc0529e345b6333a1b08a5ff29e72764fad2de4d /htdocs | |
parent | ec5c8efba55d43c65630564024aabdb51e34224f (diff) | |
download | smokeping-c2b6279de0c09f62ef2a43e1f35955046600e74c.tar.gz smokeping-c2b6279de0c09f62ef2a43e1f35955046600e74c.tar.xz |
prepare for the release of smokeping-20060829_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 cc26cc4..67f9e55 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 20060828; +use Smokeping 20060829; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |