module.php 199 B

123456
  1. <?php
  2. $this->registerModule($module, 'main', __('Users with port assigned on switch'), 'Pautina', array(
  3. 'REPORTSWPORT' => __('Right to view report by users with port assigned on switch'))
  4. );
  5. ?>