mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Merge branch 'master' into bootstrap4
This commit is contained in:
commit
093080cb49
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ function DisplayDHCPConfig()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$hselected = '';
|
||||
$mselected = '';
|
||||
$dselected = '';
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
<tbody>
|
||||
<?php foreach ($leases as $lease) : ?>
|
||||
<?php foreach (explode(' ', $lease) as $prop) : ?>
|
||||
<tr>
|
||||
<tr>
|
||||
<?php foreach (explode(' ', $lease) as $prop) : ?>
|
||||
<td><?php echo htmlspecialchars($prop, ENT_QUOTES) ?></td>
|
||||
<?php endforeach ?>
|
||||
|
|
Loading…
Reference in a new issue