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.

ref.php 384B

12345678910111213141516171819
  1. <?PHP
  2. require_once('lib/dashboard.php');
  3. require_once('lib/account.php');
  4. define('TITLE', 'Referral scheme');
  5. addDashboardItem('Useful links', 'Account overview', '');
  6. addDashboardItem('Useful links', 'Billing', 'billing');
  7. require_once('lib/header.php');
  8. require_once('pages/refinfo.php');
  9. require_once('pages/refusers.php');
  10. require_once('lib/footer.php');
  11. ?>