]> git.sesse.net Git - nms/blobdiff - web/stempmap.pl
Change the background image to TG07.
[nms] / web / stempmap.pl
index fcfd32cd4695755770f37ef32ff92f98862cf015..2399b31677dcb977519315d3db09ac5ff9ac663c 100755 (executable)
@@ -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;