|
@@ -50,6 +50,15 @@ class GeneralSection extends HalfPageSection
|
|
|
{
|
|
{
|
|
|
$advancedUser = new AdvancedUserHelper($this->getWhmcsParamByKey('userid'));
|
|
$advancedUser = new AdvancedUserHelper($this->getWhmcsParamByKey('userid'));
|
|
|
//cpuPrioryty
|
|
//cpuPrioryty
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'proxmoxCloud',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $this->configuration()->hasCpuPriority(),
|
|
|
|
|
+ 'Debug Configuration',
|
|
|
|
|
+ $this->configuration()
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
// $cpuPrioryty = $this->configuration()->hasCpuPriority();
|
|
// $cpuPrioryty = $this->configuration()->hasCpuPriority();
|
|
|
$cpuPrioryty = false;
|
|
$cpuPrioryty = false;
|
|
|
//location
|
|
//location
|