Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

adminreports.php 292B

123456789101112131415161718
  1. <?PHP
  2. require_once('lib/dashboard.php');
  3. require_once('lib/account.php');
  4. checkAccess(ADMIN);
  5. define('TITLE', 'Admin - Reports');
  6. require_once('admin.menu.php');
  7. require_once('lib/header.php');
  8. require_once('pages/reports/bigfiles.php');
  9. require_once('lib/footer.php');
  10. ?>