#253: lendserver.php

This commit is contained in:
Ulrich Block 2013-12-31 19:35:53 +01:00
parent 0026ac7a94
commit 38d72d84ae

View File

@ -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') {