mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Make the *webadmin module support IRC networks
This commit is contained in:
@@ -17,15 +17,19 @@
|
||||
<th>Total Users</th>
|
||||
<td><? VAR TotalUsers ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th>Attached Users</th>
|
||||
<td><? VAR AttachedUsers ?></td>
|
||||
<tr class="oddrow">
|
||||
<th>Total Networks</th>
|
||||
<td><? VAR TotalNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="evenrow">
|
||||
<th>Attached Networks</th>
|
||||
<td><? VAR AttachedNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th>Total Client Connections</th>
|
||||
<td><? VAR TotalCConnections ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<tr class="evenrow">
|
||||
<th>Total IRC Connections</th>
|
||||
<td><? VAR TotalIRCConnections ?></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user