mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Merge branch 'master' into bootstrap4
This commit is contained in:
commit
093080cb49
@ -132,7 +132,7 @@ function DisplayDHCPConfig()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$hselected = '';
|
$hselected = '';
|
||||||
$mselected = '';
|
$mselected = '';
|
||||||
$dselected = '';
|
$dselected = '';
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($leases as $lease) : ?>
|
<?php foreach ($leases as $lease) : ?>
|
||||||
<?php foreach (explode(' ', $lease) as $prop) : ?>
|
<?php foreach (explode(' ', $lease) as $prop) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
<?php foreach (explode(' ', $lease) as $prop) : ?>
|
<?php foreach (explode(' ', $lease) as $prop) : ?>
|
||||||
<td><?php echo htmlspecialchars($prop, ENT_QUOTES) ?></td>
|
<td><?php echo htmlspecialchars($prop, ENT_QUOTES) ?></td>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user