Webpanel client list work in progress
This commit is contained in:
parent
04f90cc671
commit
951601b831
@ -31,11 +31,7 @@ require_once("includes/nav.php");
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Wifi</td>
|
||||
<td><?php $hostapod = file_get_contents('/etc/hostapd.conf'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ip Address</td>
|
||||
<td><?php $dhcpd = file_get_contents('/etc/dhcpd.conf'); ?></td>
|
||||
<td><?php $ssid = file_get_contents('/etc/ssid'); echo $ssid ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stats</td>
|
||||
@ -44,6 +40,11 @@ require_once("includes/nav.php");
|
||||
</tbody>
|
||||
</table>
|
||||
<h3>Client List</h3>
|
||||
<?php $leases = file_get_contents('/var/log/dhcpd.leases'); ?>
|
||||
<pre>
|
||||
<?php echo $leases ?>
|
||||
</pre>
|
||||
<? /*
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -69,7 +70,7 @@ require_once("includes/nav.php");
|
||||
<td>windows-laptop</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>*/?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user