|
|
@@ -32,7 +32,8 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
{
|
|
|
$this->initIds('consoleButton');
|
|
|
$this->setDisableByColumnValue("vmid", 0);
|
|
|
- $url ="window.open('clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=console&mg-action=novnc', '', 'width=900,height=700'); return false;";
|
|
|
+ $target = "clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=console&mg-action=novnc";
|
|
|
+ $url = "window.open('" . $target . "', '', 'width=900,height=700'); return false;";
|
|
|
// $url ="clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=vm";
|
|
|
$this->setRawUrl($url)
|
|
|
->setRedirectParams(['vm' => ':id']);
|