WIP: Add Create Domain capability
This commit is contained in:
@@ -22,6 +22,7 @@ class VirtualminHandler
|
||||
|
||||
// Creates a domain with the specified password. The username will be the domain with the .tld removed.
|
||||
// The features array will be populated when the method is exposed with the correct package name provided.
|
||||
// Note: the features array contains the numerical ID of the chosen plan.
|
||||
public function CreateVirtualServer($DomainName, $Password, Array $Features = [])
|
||||
{
|
||||
return $this->virtualmin->create($DomainName, $Password, $Features);
|
||||
|
Reference in New Issue
Block a user