diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-15 01:01:09 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-15 01:01:09 +0200 |
commit | db0fe70e88e9d0247e800b9a41e1c217fb028bc8 (patch) | |
tree | 5cc63fac7b9e671ac32fff8e3ddc60f1f4ec6e2f /htdocs | |
parent | 7f719f169b7df45f8c47b6fa11bd0cdd60bc6865 (diff) | |
download | smokeping-db0fe70e88e9d0247e800b9a41e1c217fb028bc8.tar.gz smokeping-db0fe70e88e9d0247e800b9a41e1c217fb028bc8.tar.xz |
prepare for the release of smokeping-20060715_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 c2eb085..827a275 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 20060714; +use Smokeping 20060715; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |