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.

1234567891011121314151617181920212223242526272829303132333435
  1. <?PHP
  2. define('SUPPORT_TITLE', 'Can I file support requests without using the control panel?');
  3. define('SUPPORT_BTITLE', 'Filing support requests by e-mail');
  4. if (!defined('LIB_ACCOUNT')) { require('lib/account.php'); }
  5. addDashboardItem('Related articles', 'Reply time promise', 'support/013');
  6. addDashboardItem('Related articles', 'How to raise a ticket', 'support/010');
  7. if (!defined('UID')) {
  8. addDashboardItem('Useful links', 'Login', 'login');
  9. }
  10. $sbody = <<<SUPPORT
  11. <p>
  12. You can file support requests by sending e-mail to
  13. <em>support@utd-hosting.com</em>. Note that when you submit support requests
  14. via e-mail, they are exempt from our <a href="013">reply time promise</a>.
  15. Please make sure that you include your UTD-Hosting username with your query.
  16. For certain requests we may require that you log into the control panel to
  17. verify your identity.
  18. </p>
  19. <p style="font-weight: bold;">
  20. UTD-Hosting will never ask for your password by e-mail or any other method of
  21. communication.
  22. </p>
  23. SUPPORT;
  24. define('SUPPORT_BODY', $sbody);
  25. ?>