diff --git a/res/forum/list_table.php b/res/forum/list_table.php index 06bfc87..e769823 100644 --- a/res/forum/list_table.php +++ b/res/forum/list_table.php @@ -2,9 +2,9 @@ include("../global.php"); -$out = $database -> query("SELECT username FROM user"); +$out = $database -> query("SELECT username FROM user ORDER BY id ASC"); while ($res = $out -> fetch_assoc()) { echo "