23.11.2015, 13:09
(
Последний раз редактировалось SecretBoss; 23.11.2015 в 14:19.
)
- FIXED -
For all those who may find this I changed query to the following
For all those who may find this I changed query to the following
Код:
<?php $query = $config -> prepare("SELECT playerbanned, bannedip, reason, admin FROM `bans` ORDER BY ban_id DESC LIMIT 30"); ?>