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.

history.php 465B

1234567891011121314151617181920
  1. <?PHP
  2. require_once('lib/dashboard.php');
  3. require_once('lib/account.php');
  4. define('TITLE', 'Historic usage data');
  5. addDashboardItem('Useful links', 'Account overview', '');
  6. addDashboardItem('Useful links', 'View extended site details', 'sites');
  7. addDashboardItem('Frequently asked questions', 'What does KiB/MiB/GiB mean?', 'support/003');
  8. require_once('lib/header.php');
  9. require_once('pages/historic.php');
  10. require_once('lib/footer.php');
  11. ?>