rathena / FluxCP

A web-based Control Panel for rAthena servers written in PHP. Manage player accounts, databases, support tickets, etc via your browser.
GNU Lesser General Public License v3.0
180 stars 211 forks source link

Update `status.php` Online PEAK #349

Closed bossrobs closed 1 year ago

bossrobs commented 1 year ago

SELECT MAX(users) FROM {$server->charMapDatabase}.$tbl since if you dont use max it will select the first table which is not the highest peak of online.

Fixes # .

Changes proposed in this Pull Request: