index.php 156 B

12345678910
  1. <?php
  2. if (cfr('NEWMAC')) {
  3. show_window(__('Unknown MAC address'), zb_NewMacShow());
  4. } else {
  5. show_error(__('You cant control this module'));
  6. }
  7. ?>