|
8 | 8 | 'name' => 'Cpanel Webhosting', |
9 | 9 | 'description' => 'Allows selling of Cpanel Server and VPS License Types. More info at https://www.netenberg.com/cpanel.php', |
10 | 10 | '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 cpanel license. Allow 10 minutes for activation.', |
11 | | - 'module' => 'licenses', |
| 11 | + 'module' => 'webhosting', |
12 | 12 | 'author' => 'detain@interserver.net', |
13 | 13 | 'home' => 'https://github.com/detain/myadmin-cpanel-webhosting', |
14 | 14 | 'repo' => 'https://github.com/detain/myadmin-cpanel-webhosting', |
15 | 15 | 'version' => '1.0.0', |
16 | | - 'type' => 'licenses', |
| 16 | + 'type' => 'service', |
17 | 17 | 'hooks' => [ |
18 | 18 | /*'function.requirements' => ['Detain\MyAdminCpanel\Plugin', 'Requirements'], |
19 | | - 'licenses.settings' => ['Detain\MyAdminCpanel\Plugin', 'Settings'], |
20 | | - 'licenses.activate' => ['Detain\MyAdminCpanel\Plugin', 'Activate'], |
21 | | - 'licenses.change_ip' => ['Detain\MyAdminCpanel\Plugin', 'ChangeIp'], |
| 19 | + 'webhosting.settings' => ['Detain\MyAdminCpanel\Plugin', 'Settings'], |
| 20 | + 'webhosting.activate' => ['Detain\MyAdminCpanel\Plugin', 'Activate'], |
| 21 | + 'webhosting.change_ip' => ['Detain\MyAdminCpanel\Plugin', 'ChangeIp'], |
22 | 22 | 'ui.menu' => ['Detain\MyAdminCpanel\Plugin', 'Menu'] */ |
23 | 23 | ], |
24 | 24 | ]; |
0 commit comments