X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=web%2Fstempmap.pl;h=33cad52a7eaac37efcff92c3ae9147053ff33a33;hb=1e7869f8141084245dcd34fb065f38a418517e7b;hp=fcfd32cd4695755770f37ef32ff92f98862cf015;hpb=2679e59589f8338def31c4b7b5c35a365df00d05;p=nms diff --git a/web/stempmap.pl b/web/stempmap.pl index fcfd32c..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('snmp-bg.png'); +my $img = GD::Image->new('bg07.png'); #my $img = GD::Image->new(100,100); my $cgi = CGI->new;