]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - misc/user-lookup-misc.php
Make the start of modules listing
[irc/unrealircd/unrealircd-webpanel.git] / misc / user-lookup-misc.php
index 6e2011b7e4a1c4edc84141283655f7621c0fe1e8..3923d7029fe03d1065779cfdf38c545ed278d1c0 100644 (file)
@@ -10,7 +10,7 @@ function generate_html_whois($user)
                 <th>Nick</th>
                 <td colspan="2"><code><?php echo $user->name; ?></code></td>
             </tr><tr>
-                <th>UID</th>
+                <th>User ID (UID)</th>
                 <td colspan="2"><code><?php echo $user->id; ?></code></td>
             </tr><tr>
                 <th>Real Host</th>