|
|
@@ -50,7 +50,8 @@ class GeneralSection extends HalfPageSection
|
|
|
{
|
|
|
$advancedUser = new AdvancedUserHelper($this->getWhmcsParamByKey('userid'));
|
|
|
//cpuPrioryty
|
|
|
- $cpuPrioryty = $this->configuration()->hasCpuPriority();
|
|
|
+// $cpuPrioryty = $this->configuration()->hasCpuPriority();
|
|
|
+ $cpuPrioryty = false;
|
|
|
//location
|
|
|
if($this->configuration()->getLocations()){
|
|
|
$field = new Select('location');
|