module.php 171 B

1234567
  1. <?php
  2. $this->registerModule($module, 'main', 'My cameras', 'Nightfly',
  3. array(
  4. 'LIVECAMS' => __('right to view cameras'),
  5. 'WALL'=>__('right to use live wall')
  6. ));