module.php 264 B

12345678
  1. <?php
  2. $this->registerModule($module, 'main', __('Stealth Tariffs'), 'Nightfly',
  3. array(
  4. 'STEALTHTARIFFSCFG' => __('right to configure stealth tariffs'),
  5. 'STEALTHTARIFFS' => __('right to assign stealth tariffs to users')
  6. ));