]> git.sesse.net Git - nms/commitdiff
Change the background image to TG07.
authorroot <root@sysrq>
Tue, 3 Apr 2007 15:30:49 +0000 (17:30 +0200)
committerroot <root@sysrq>
Tue, 3 Apr 2007 15:30:49 +0000 (17:30 +0200)
web/bg07.png [new file with mode: 0644]
web/dhcpkart.pl
web/nettkart.pl
web/portkart.pl
web/stempmap.pl

diff --git a/web/bg07.png b/web/bg07.png
new file mode 100644 (file)
index 0000000..7b65a60
Binary files /dev/null and b/web/bg07.png differ
index e428eca776b6cc3042de3267969aede1f12f4eea..0cc0e6772398b7ab1c8cc868cde97fe392ecbf22 100755 (executable)
@@ -12,7 +12,7 @@ my $maxtimeout = $greentimeout*9;
 my $dbh = nms::db_connect();
 
 GD::Image->trueColor(1);
-$img = GD::Image->new('snmp-bg.png');
+$img = GD::Image->new('bg2.png');
 
 my $blk = $img->colorResolve(0, 0, 0);
 
index 29499fb296228c1195a56b4ff5334955dd9955bc..e0b47e8bba26669fbcf7def7879d5067ab989c76 100755 (executable)
@@ -9,7 +9,7 @@ my $cgi = CGI->new;
 my $dbh = nms::db_connect();
 
 GD::Image->trueColor(1);
-$img = GD::Image->new('snmp-bg.png');
+$img = GD::Image->new('bg2.png');
 
 my $blk = $img->colorResolve(0, 0, 0);
 
index 9150cef27b573fc404a9b0daed2229286a86d956..259376e39522f73a024449260de09e853620ff1e 100755 (executable)
@@ -9,7 +9,7 @@ my $cgi = CGI->new;
 my $dbh = nms::db_connect();
 
 GD::Image->trueColor(1);
-$img = GD::Image->new('snmp-bg.png');
+$img = GD::Image->new('bg2.png');
 
 my $blk = $img->colorResolve(0, 0, 0);
 
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;