-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'] */ | ||
], | ||
]; |