Move arp table back onto the screen

This commit is contained in:
Bill Marquette 2005-09-15 04:09:57 +00:00
parent 1d67d91614
commit 6090e85b9a

View File

@ -32,9 +32,14 @@
require("guiconfig.inc");
$pgtitle = "Diagnostics: ARP Table";
include("head.inc");
include("fbegin.inc");
?>
<body link="#000000" vlink="#000000" alink="#000000">
<? include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<?php
@ -196,5 +201,6 @@ function getHostName($mac,$ip)
</tr>
<?php endforeach; ?>
</table>
</td></tr></table>
<?php include("fend.inc"); ?>