Skip to content

Commit 4ff99b4

Browse files
authored
Update configOptions.php
Issue 48 - Refine IP addressing choices
1 parent 6f41b6f commit 4ff99b4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

modules/servers/upCloudVps/lib/configOptions.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ public function configs(){
3737
];
3838
}
3939

40-
private function getNetworking()
41-
{
42-
$nw['ipv4only'] = "Public IPv4 Only";
43-
$nw['default'] = "Public Default (IPv4, IPv6 & Utility)";
44-
return $nw;
45-
}
46-
4740
private function createCustomConfigurableOptions($product)
4841
{
4942
$currencyId = Capsule::table('tblcurrencies')->where('default', '1')->first()->id;
@@ -78,7 +71,6 @@ private function createGlobalConfigurableOptions($product)
7871
$this->createLocationFields($groupId, $zones, $currencyId);
7972
$this->createTemplateFields($groupId, $pomTemplates, $currencyId, $currencyCode);
8073
$this->createBackupFields($groupId, $this->getBackups());
81-
$this->createIPFields($groupId, $this->getNetworking());
8274
}
8375
}
8476

0 commit comments

Comments
 (0)