|
|
@@ -35,7 +35,7 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
$this->initIds('consoleButton');
|
|
|
$this->setDisableByColumnValue("vmid", 0);
|
|
|
if(isAdmin()){
|
|
|
- $url = "admin/clientsservices.php?userid=3&productselect={$this->getWhmcsParamByKey('serviceid')}&mg-action=novncs";
|
|
|
+ $url = "admin/clientsservices.php?userid=3&productselect={$this->getWhmcsParamByKey('serviceid')}&mg-action=novnc";
|
|
|
} else {
|
|
|
$url = "clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=console&mg-action=novnc";
|
|
|
}
|