Correct internet device GUI and udev config

This commit is contained in:
Christian Zeitnitz
2021-03-10 23:45:04 +01:00
parent e8d0fab463
commit 76e2eecaec
9 changed files with 46 additions and 35 deletions

View File

@@ -107,7 +107,7 @@
<?php endif; ?>
<?php foreach (array_slice($clients,0, 2) as $client) : ?>
<tr>
<?php if ($arrHostapdConf['BridgedEnable'] == 1): ?>
<?php if ($bridgedEnable == 1): ?>
<td><?php echo htmlspecialchars($client, ENT_QUOTES) ?></td>
<?php else : ?>
<?php $props = explode(' ', $client) ?>