Skip to content

Commit 4923ea5

Browse files
committed
plugin definition updates
1 parent 35c9148 commit 4923ea5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

myadmin.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
'name' => 'Openvz Vps',
99
'description' => 'Allows selling of Openvz Server and VPS License Types. More info at https://www.netenberg.com/openvz.php',
1010
'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 openvz license. Allow 10 minutes for activation.',
11-
'module' => 'licenses',
11+
'module' => 'vps',
1212
'author' => 'detain@interserver.net',
1313
'home' => 'https://github.com/detain/myadmin-openvz-vps',
1414
'repo' => 'https://github.com/detain/myadmin-openvz-vps',
1515
'version' => '1.0.0',
16-
'type' => 'licenses',
16+
'type' => 'service',
1717
'hooks' => [
1818
/*'function.requirements' => ['Detain\MyAdminOpenvz\Plugin', 'Requirements'],
19-
'licenses.settings' => ['Detain\MyAdminOpenvz\Plugin', 'Settings'],
20-
'licenses.activate' => ['Detain\MyAdminOpenvz\Plugin', 'Activate'],
21-
'licenses.change_ip' => ['Detain\MyAdminOpenvz\Plugin', 'ChangeIp'],
19+
'vps.settings' => ['Detain\MyAdminOpenvz\Plugin', 'Settings'],
20+
'vps.activate' => ['Detain\MyAdminOpenvz\Plugin', 'Activate'],
21+
'vps.change_ip' => ['Detain\MyAdminOpenvz\Plugin', 'ChangeIp'],
2222
'ui.menu' => ['Detain\MyAdminOpenvz\Plugin', 'Menu'] */
2323
],
2424
];

0 commit comments

Comments
 (0)