X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=web%2Fstempmap.pl;h=33cad52a7eaac37efcff92c3ae9147053ff33a33;hb=3ab0bccbc13a5157f2a76abd21f58a23fcafcfc7;hp=2399b31677dcb977519315d3db09ac5ff9ac663c;hpb=bcad20bfe28c9cefcdb35c76eba7836b7a434554;p=nms 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;