update wa official API
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
<th>Nama Mikrotik</th>
|
||||
<th>Akun PPPOE</th>
|
||||
<th>IP Address</th>
|
||||
<th>MAC Address</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -64,6 +65,7 @@
|
||||
<td><?php echo htmlspecialchars($server['nama']); ?></td>
|
||||
<td><?php echo htmlspecialchars($value['akun']); ?></td>
|
||||
<td><?php echo htmlspecialchars($value['ip_address']); ?></td>
|
||||
<td><?php echo htmlspecialchars($value['mac_address']); ?></td>
|
||||
<td>
|
||||
<a href="?<?php echo encrypt_url('user_remote|0000|' . $server['id'] . '|' . $value['ip_address'] . '|' . $value['akun']); ?>"
|
||||
class="btn btn-sm btn-success ml-1" style="border-radius: 20px;">Remote</a>
|
||||
|
||||
Reference in New Issue
Block a user