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.

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?PHP
  2. define('SUPPORT_TITLE', 'Downtime promise');
  3. define('SUPPORT_BTITLE', 'Downtime promise');
  4. if (!defined('LIB_ACCOUNT')) { require('lib/account.php'); }
  5. addDashboardItem('Related articles', 'How to use discount codes', 'support/026');
  6. addDashboardItem('Useful links', 'Billing', 'billing');
  7. addDashboardItem('Useful links', 'Account overview', '');
  8. if (!defined('UID')) {
  9. addDashboardItem('Useful links', 'Login', 'login');
  10. }
  11. $sbody = <<<SUPPORT
  12. <p>
  13. While we'd all like to have 100% uptime, in practice this rarely happens.
  14. In order to compensate our customers for any downtime we experience,
  15. UTD-Hosting will issue discount codes that extend the current billing cycle
  16. by <em>twice</em> the length of the downtime. So if we're down for an hour,
  17. you get two hours for free.
  18. </p>
  19. <p>
  20. After a period of downtime, an informational message will be posted by a
  21. UTD-Hosting staff member, explaining the cause of the downtime, the recorded
  22. duration, and listing the discount code. This code will be valid for a week
  23. after the end of the downtime.
  24. </p>
  25. SUPPORT;
  26. define('SUPPORT_BODY', $sbody);
  27. ?>