diff options
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 2af4272..bd58d50 100755 --- a/web/nms.gathering.org/dhcpkart.pl +++ b/web/nms.gathering.org/dhcpkart.pl @@ -13,7 +13,7 @@ my $maxtimeout = $greentimeout*9; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $map = 'bg07.png'; +my $map = 'tg14-salkart.png'; die "$map does not exist" unless -e $map; $img = GD::Image->new($map); |