module.php 228 B

123456789
  1. <?php
  2. $this->registerModule($module, 'main', __('PONizer'), 'Nightfly', array(
  3. 'PON' => __('right to use PONizer'),
  4. 'PONEDIT' => __('right to add and edit PON ONUs'),
  5. 'PONDEL' => __('right to delete PON ONUs')
  6. ));