From: root Date: Tue, 3 Apr 2007 17:59:38 +0000 (+0200) Subject: Use the right image. X-Git-Url: https://git.sesse.net/?p=nms;a=commitdiff_plain;h=3ab0bccbc13a5157f2a76abd21f58a23fcafcfc7 Use the right image. --- 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;