Skip to content

Commit 26cc291

Browse files
committed
added imunity license types
1 parent 42442fa commit 26cc291

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/Plugin.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ public static function getInstall(GenericEvent $event)
5555
$plugin->addDefine('SERVICE_TYPES_CLOUDLINUX', $serviceCategory);
5656
$serviceType = $plugin->addServiceType($serviceCategory, self::$module, 'CloudLinux');
5757
$plugin->addService($serviceCategory, $serviceType, self::$module, 'CloudLinux License', 10.00, 0, 1, 1, '');
58-
$plugin->addService($serviceCategory, $serviceType, self::$module, 'CloudLinux Type2 License', 11.95, 0, 1, 2, '');
59-
$plugin->addService($serviceCategory, $serviceType, self::$module, 'KernelCare License', 2.95, 0, 1, 16, '');
58+
$plugin->addService($serviceCategory, $serviceType, self::$module, 'KernelCare License', 2.95, 0, 1, 16, '');
59+
$plugin->addService($serviceCategory, $serviceType, self::$module, 'ImunityAV+', 6, 0, 1, 40, '');
60+
$plugin->addService($serviceCategory, $serviceType, self::$module, 'Imunity360 single user', 12, 0, 1, 41, '');
61+
$plugin->addService($serviceCategory, $serviceType, self::$module, 'Imunity360 up to 30 users', 25, 0, 1, 42, '');
62+
$plugin->addService($serviceCategory, $serviceType, self::$module, 'Imunity360 up to 250 users', 35, 0, 1, 43, '');
63+
$plugin->addService($serviceCategory, $serviceType, self::$module, 'Imunity360 unlimited users', 45, 0, 1, 49, '');
6064
}
6165

6266
/**

0 commit comments

Comments
 (0)