mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
#253: lendserver.php
This commit is contained in:
parent
0026ac7a94
commit
38d72d84ae
@ -255,7 +255,7 @@ if ($ui->w('action', 4, 'post') and !token(true)) {
|
||||
$query2->execute(array($serverid, $reseller_id));
|
||||
foreach($query2->fetchAll(PDO::FETCH_ASSOC) as $row2) {
|
||||
$cmds = gsrestart($row2['switchID'], 'so', $aeskey, $reseller_id);
|
||||
ssh2_execute('gs', $row['rootID'], $cmds);
|
||||
ssh2_execute('gs', $row2['rootID'], $cmds);
|
||||
}
|
||||
|
||||
} else if ($servertype == 'v') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user