summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_showbogons.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/www/diag_showbogons.php b/usr/local/www/diag_showbogons.php
index 68bcb96..c89bc7c 100644
--- a/usr/local/www/diag_showbogons.php
+++ b/usr/local/www/diag_showbogons.php
@@ -62,12 +62,16 @@ $bogons = file_get_contents(trim("/etc/bogons"));
$pgtitle = "Diagnostics: Show Bogons";
include("head.inc");
+?>
+<body link="#000000" vlink="#000000" alink="#000000">
+
+<?php
+
include("fbegin.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<style type="text/css">
-body { font-family: Verdana; font-size: 100%; }
pre { font-size: 1.15em; }
</style>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud