Skip to content

Commit

Permalink
Update user_list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jan 24, 2025
1 parent ec5b1a3 commit 7b3dd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/admin/user_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>User List</title>
<hr>
<center><h3><?php echo $MSG_USER."-".$MSG_LIST?></h3></center>
<div class='container'>
<div class=''>
<?php
$sql = "select COUNT('user_id') AS ids FROM `users`";
$result = pdo_query($sql);
Expand Down

0 comments on commit 7b3dd38

Please sign in to comment.