Skip to content

Commit

Permalink
plugin definition updates
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 8, 2017
1 parent 80fdf43 commit 02dfca3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions myadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
'name' => 'Opensrs Domains',
'description' => 'Allows selling of Opensrs Server and VPS License Types. More info at https://www.netenberg.com/opensrs.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 opensrs license. Allow 10 minutes for activation.',
'module' => 'licenses',
'module' => 'domains',
'author' => '[email protected]',
'home' => 'https://github.com/detain/myadmin-opensrs-domains',
'repo' => 'https://github.com/detain/myadmin-opensrs-domains',
'version' => '1.0.0',
'type' => 'licenses',
'type' => 'service',
'hooks' => [
/*'function.requirements' => ['Detain\MyAdminOpensrs\Plugin', 'Requirements'],
'licenses.settings' => ['Detain\MyAdminOpensrs\Plugin', 'Settings'],
'licenses.activate' => ['Detain\MyAdminOpensrs\Plugin', 'Activate'],
'licenses.change_ip' => ['Detain\MyAdminOpensrs\Plugin', 'ChangeIp'],
'domains.settings' => ['Detain\MyAdminOpensrs\Plugin', 'Settings'],
'domains.activate' => ['Detain\MyAdminOpensrs\Plugin', 'Activate'],
'domains.change_ip' => ['Detain\MyAdminOpensrs\Plugin', 'ChangeIp'],
'ui.menu' => ['Detain\MyAdminOpensrs\Plugin', 'Menu'] */
],
];

0 comments on commit 02dfca3

Please sign in to comment.