X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=web%2Fstempmap.pl;h=2399b31677dcb977519315d3db09ac5ff9ac663c;hb=bcad20bfe28c9cefcdb35c76eba7836b7a434554;hp=fcfd32cd4695755770f37ef32ff92f98862cf015;hpb=028bd0b6247ce214305eb0cc447e004c7ff592ea;p=nms diff --git a/web/stempmap.pl b/web/stempmap.pl index fcfd32c..2399b31 100755 --- a/web/stempmap.pl +++ b/web/stempmap.pl @@ -12,7 +12,7 @@ use warnings; GD::Image->trueColor(1); -my $img = GD::Image->new('snmp-bg.png'); +my $img = GD::Image->new('bg2.png'); #my $img = GD::Image->new(100,100); my $cgi = CGI->new;