|
@@ -185,17 +185,7 @@ function proxmoxVPS_ClientArea($params)
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';
|
|
require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';
|
|
|
-
|
|
|
|
|
- logModuleCall(
|
|
|
|
|
- 'proxmoxVPS',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $params,
|
|
|
|
|
- 'Debug',
|
|
|
|
|
- $whmcs
|
|
|
|
|
- );
|
|
|
|
|
-
|
|
|
|
|
$appContext = new AppContext();
|
|
$appContext = new AppContext();
|
|
|
-
|
|
|
|
|
return $appContext->runApp('clientarea', $params);
|
|
return $appContext->runApp('clientarea', $params);
|
|
|
}
|
|
}
|
|
|
|
|
|