added order to list_table
This commit is contained in:
parent
00565be6b4
commit
8492623d88
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include("../global.php");
|
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())
|
while ($res = $out -> fetch_assoc())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user