update wa official API

This commit is contained in:
WD - Dev
2025-10-07 21:01:15 +07:00
parent efca8f5f80
commit eb13c69431
55 changed files with 138040 additions and 1543 deletions
+2
View File
@@ -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>