diff options
author | root <root@einstein.tg15.gathering.org> | 2015-03-31 18:34:58 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-03-31 18:34:58 +0200 |
commit | 95fceee877ed34a6104f630c2daf8a908cab6ee4 (patch) | |
tree | 8b4ae6e4ccb58d8aa9017df1ac6ddad17da654cd /web/nms.gathering.org/dhcpkart.pl | |
parent | ad8b587583fdb55ff3c43f72edab5ec6c1ea5d43 (diff) |
NMS TG15-tweaks
Diffstat (limited to 'web/nms.gathering.org/dhcpkart.pl')
-rwxr-xr-x | web/nms.gathering.org/dhcpkart.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/dhcpkart.pl b/web/nms.gathering.org/dhcpkart.pl index 50abb60..ace4a4e 100755 --- a/web/nms.gathering.org/dhcpkart.pl +++ b/web/nms.gathering.org/dhcpkart.pl @@ -15,7 +15,7 @@ my $maxtimeout = $greentimeout*9; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $map = "$cwd/tg14-salkart.png"; +my $map = "$cwd/tg15-salkart.png"; die "$map does not exist" unless -e $map; $img = GD::Image->new($map); |