index.php 102 B

12345678
  1. <?php
  2. if (cfr('ROOT')) {
  3. error_reporting(E_ALL);
  4. } else {
  5. show_error(__('Access denied'));
  6. }