mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-08 05:15:59 +02:00
Display players/rules count for easier debugging
This commit is contained in:
+3
-3
@@ -4,7 +4,7 @@
|
|||||||
use xPaw\SourceQuery\SourceQuery;
|
use xPaw\SourceQuery\SourceQuery;
|
||||||
|
|
||||||
// Edit this ->
|
// Edit this ->
|
||||||
define( 'SQ_SERVER_ADDR', 'localhost' );
|
define( 'SQ_SERVER_ADDR', 'localhost );
|
||||||
define( 'SQ_SERVER_PORT', 27015 );
|
define( 'SQ_SERVER_PORT', 27015 );
|
||||||
define( 'SQ_TIMEOUT', 3 );
|
define( 'SQ_TIMEOUT', 3 );
|
||||||
define( 'SQ_ENGINE', SourceQuery::SOURCE );
|
define( 'SQ_ENGINE', SourceQuery::SOURCE );
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Player</th>
|
<th>Player <span class="label label-info"><?php echo count( $Players ); ?></span></th>
|
||||||
<th class="frags-column">Frags</th>
|
<th class="frags-column">Frags</th>
|
||||||
<th class="frags-column">Time</th>
|
<th class="frags-column">Time</th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">Rules</th>
|
<th colspan="2">Rules <span class="label label-info"><?php echo count( $Rules ); ?></span></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user