mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
commit
f4afe925f8
@ -115,14 +115,12 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($leases as $lease) : ?>
|
<?php foreach ($leases as $lease) : ?>
|
||||||
<?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 ?>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
<?php endforeach ?>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- /.table-responsive -->
|
</div><!-- /.table-responsive -->
|
||||||
|
Loading…
Reference in New Issue
Block a user