mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
This commit is contained in:
parent
231cdb2441
commit
964cd7b13a
@ -100,6 +100,7 @@ if ($ui->id('id', 10, 'get')) {
|
||||
$query = $sql->prepare("SELECT `ip`,`ftpport` FROM `rserverdata` WHERE `id`=? AND `resellerid`=? LIMIT 1");
|
||||
$query->execute(array($rootID, $reseller_id));
|
||||
foreach ($query->fetchAll(PDO::FETCH_ASSOC) as $row) {
|
||||
|
||||
$ftpport = $row['ftpport'];
|
||||
$ip = $row['ip'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user