module.php 218 B

12345678
  1. <?php
  2. $this->registerModule($module, 'main', __('Edit passive'), 'Nightfly', array(
  3. 'PASSIVE' => __('right to control user passive state'),
  4. 'EASYFREEZE' => __('right to use easyfreeze from user profile')
  5. ));