PHP 5.3 compatibility
This commit is contained in:
parent
16c6ab8b34
commit
079440dc97
|
@ -147,6 +147,7 @@ class lamDHCPList extends lamList {
|
||||||
// Now list all fixed_ips:
|
// Now list all fixed_ips:
|
||||||
echo "<table border=\"0\" width=\"100%\">";
|
echo "<table border=\"0\" width=\"100%\">";
|
||||||
$this->fixed_ips = array();
|
$this->fixed_ips = array();
|
||||||
|
if (isset($get)) {
|
||||||
foreach($get AS $id=>$arr) {
|
foreach($get AS $id=>$arr) {
|
||||||
if (is_numeric($id)) {
|
if (is_numeric($id)) {
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
|
@ -156,6 +157,7 @@ class lamDHCPList extends lamList {
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue