aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/dhcpkart.pl
diff options
context:
space:
mode:
authorroot <root@frank.tg14.gathering.org>2014-04-14 00:55:53 +0200
committerroot <root@frank.tg14.gathering.org>2014-04-14 00:55:53 +0200
commit8725a48460c862897e18bd0e2eed4a95a673d207 (patch)
tree522573557eb0d7bf146421bb1360c1c453cf1c3f /web/nms.gathering.org/dhcpkart.pl
parent4adc8ab63810a4b4a5dbc86371b37228279a1e64 (diff)
Switch background to TG14 version.
Diffstat (limited to 'web/nms.gathering.org/dhcpkart.pl')
-rwxr-xr-xweb/nms.gathering.org/dhcpkart.pl2
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);