module.php 191 B

12345678
  1. <?php
  2. $this->registerModule($module, 'main', 'Cameras access', 'Nightfly', array(
  3. 'ACL' => __('right to manage cameras access'),
  4. 'OPERATOR' => __('right to access all cameras')
  5. ));