diff options
Diffstat (limited to 'web/nms.gathering.org/uplinkkart.pl')
-rwxr-xr-x | web/nms.gathering.org/uplinkkart.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/uplinkkart.pl b/web/nms.gathering.org/uplinkkart.pl index 06160f9..a72edcc 100755 --- a/web/nms.gathering.org/uplinkkart.pl +++ b/web/nms.gathering.org/uplinkkart.pl @@ -17,7 +17,7 @@ my $maxtimeout = $greentimeout*9; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $img = GD::Image->new($cwd.'/tg14-salkart.png'); +my $img = GD::Image->new($cwd.'/tg15-salkart.png'); my $blk = $img->colorResolve(0, 0, 0); |