From 3ab0bccbc13a5157f2a76abd21f58a23fcafcfc7 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Apr 2007 19:59:38 +0200 Subject: [PATCH 1/1] Use the right image. --- web/nettkart.pl | 2 +- web/portkart.pl | 2 +- web/stempmap.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/nettkart.pl b/web/nettkart.pl index e0b47e8..f4b9ee0 100755 --- a/web/nettkart.pl +++ b/web/nettkart.pl @@ -9,7 +9,7 @@ my $cgi = CGI->new; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -$img = GD::Image->new('bg2.png'); +$img = GD::Image->new('bg07.png'); my $blk = $img->colorResolve(0, 0, 0); diff --git a/web/portkart.pl b/web/portkart.pl index 259376e..1e2832e 100755 --- a/web/portkart.pl +++ b/web/portkart.pl @@ -9,7 +9,7 @@ my $cgi = CGI->new; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -$img = GD::Image->new('bg2.png'); +$img = GD::Image->new('bg07.png'); my $blk = $img->colorResolve(0, 0, 0); diff --git a/web/stempmap.pl b/web/stempmap.pl index 2399b31..33cad52 100755 --- a/web/stempmap.pl +++ b/web/stempmap.pl @@ -12,7 +12,7 @@ use warnings; GD::Image->trueColor(1); -my $img = GD::Image->new('bg2.png'); +my $img = GD::Image->new('bg07.png'); #my $img = GD::Image->new(100,100); my $cgi = CGI->new; -- 2.39.2