mirror of
https://github.com/Newnetirc/ircstats.git
synced 2026-01-24 07:10:19 +00:00
Update stats.php
This commit is contained in:
committed by
GitHub
parent
0f4cabfed6
commit
5269765d02
@@ -21,7 +21,6 @@ function stats_shortcode() {
|
|||||||
<p>there are <?=htmlspecialchars($stats->usercount)?> users across <?=htmlspecialchars($stats->channelcount)?> channels.</p>
|
<p>there are <?=htmlspecialchars($stats->usercount)?> users across <?=htmlspecialchars($stats->channelcount)?> channels.</p>
|
||||||
<p>if the channel is set with <a href="https://docs.inspircd.org/3/modes/#channel-modes">chanmode +s</a> it will be omitted from this list.</p>
|
<p>if the channel is set with <a href="https://docs.inspircd.org/3/modes/#channel-modes">chanmode +s</a> it will be omitted from this list.</p>
|
||||||
<p>the table is sortable by clicking on the column headers</p>
|
<p>the table is sortable by clicking on the column headers</p>
|
||||||
|
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped table-bordered table-hover">
|
<table class="table table-striped table-bordered table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user