diff --git a/myadmin.php b/myadmin.php index 92c1b90..e5a709d 100644 --- a/myadmin.php +++ b/myadmin.php @@ -8,17 +8,17 @@ 'name' => 'Vestacp Webhosting', 'description' => 'Allows selling of Vestacp Server and VPS License Types. More info at https://www.netenberg.com/vestacp.php', 'help' => 'It provides more than one million end users the ability to quickly install dozens of the leading open source content management systems into their web space. Must have a pre-existing cPanel license with cPanelDirect to purchase a vestacp license. Allow 10 minutes for activation.', - 'module' => 'licenses', + 'module' => 'webhosting', 'author' => 'detain@interserver.net', 'home' => 'https://github.com/detain/myadmin-vestacp-webhosting', 'repo' => 'https://github.com/detain/myadmin-vestacp-webhosting', 'version' => '1.0.0', - 'type' => 'licenses', + 'type' => 'service', 'hooks' => [ /*'function.requirements' => ['Detain\MyAdminVestacp\Plugin', 'Requirements'], - 'licenses.settings' => ['Detain\MyAdminVestacp\Plugin', 'Settings'], - 'licenses.activate' => ['Detain\MyAdminVestacp\Plugin', 'Activate'], - 'licenses.change_ip' => ['Detain\MyAdminVestacp\Plugin', 'ChangeIp'], + 'webhosting.settings' => ['Detain\MyAdminVestacp\Plugin', 'Settings'], + 'webhosting.activate' => ['Detain\MyAdminVestacp\Plugin', 'Activate'], + 'webhosting.change_ip' => ['Detain\MyAdminVestacp\Plugin', 'ChangeIp'], 'ui.menu' => ['Detain\MyAdminVestacp\Plugin', 'Menu'] */ ], ];