mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2025-09-05 07:27:21 +00:00
add server status and fix some bug...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
<?php
|
||||
class current_model extends AmysqlModel {
|
||||
function money_current($user) {
|
||||
$sql = "SELECT * FROM `iconomy` WHERE `username` = '" . $user;
|
||||
return $this->_all ( $sql );
|
||||
$sql = "SELECT * FROM `iconomy` WHERE `username` = '" . $user . "'";
|
||||
return $this->_row ( $sql );
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user