Admin Update

-Account limit fix
-Player editor full player table.
This commit is contained in:
Lee
2020-04-02 20:54:20 +01:00
parent cddd915adf
commit 375bd58a0c
2 changed files with 318 additions and 267 deletions

View File

@@ -204,7 +204,7 @@ else if (isset($_REQUEST['search'])) {
}
}
} else if ($id == 0) {
$accounts_db = $db->query('SELECT `id`, `name`,`type` FROM `accounts` ORDER BY `id` DESC LIMIT 10;');
$accounts_db = $db->query('SELECT `id`, `name`,`type` FROM `accounts` ORDER BY `id` ASC');
?>
<div class="col-12 col-sm-12 col-lg-10">
<div class="card card-info card-outline">