information.inc.php 65 B

12345678
  1. <?php
  2. if (!defined('IN_MYMPS')) {
  3. exit('Access Denied');
  4. }
  5. ?>