From: root Date: Tue, 3 Apr 2007 15:30:49 +0000 (+0200) Subject: Change the background image to TG07. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bcad20bfe28c9cefcdb35c76eba7836b7a434554;p=nms Change the background image to TG07. --- diff --git a/web/bg07.png b/web/bg07.png new file mode 100644 index 0000000..7b65a60 Binary files /dev/null and b/web/bg07.png differ diff --git a/web/dhcpkart.pl b/web/dhcpkart.pl index e428eca..0cc0e67 100755 --- a/web/dhcpkart.pl +++ b/web/dhcpkart.pl @@ -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); diff --git a/web/nettkart.pl b/web/nettkart.pl index 29499fb..e0b47e8 100755 --- a/web/nettkart.pl +++ b/web/nettkart.pl @@ -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); diff --git a/web/portkart.pl b/web/portkart.pl index 9150cef..259376e 100755 --- a/web/portkart.pl +++ b/web/portkart.pl @@ -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); 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;