index.php 123 B

1234567
  1. <?php
  2. if (cfr('TESTING')) {
  3. show_window('Just a test module', 'subj');
  4. } else {
  5. show_error(__('Access denied'));
  6. }