module.php 211 B

1234567
  1. <?php
  2. $this->registerModule($module, 'main', __('Its a trap'), 'Nightfly', array(
  3. 'ITSATRAP' => __('right to use SNMP traps viewer'),
  4. 'ITSATRAPCFG' => __('right to manage SNMP traps viewer'),
  5. ));
  6. ?>