Unsupported scripts and control panel web app for a hosting company
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829303132333435
  1. <?PHP
  2. define('SUPPORT_TITLE', 'Ticket reply time promise');
  3. define('SUPPORT_BTITLE', 'Ticket reply time promise');
  4. if (!defined('LIB_ACCOUNT')) { require('lib/account.php'); }
  5. addDashboardItem('Related articles', 'How to raise a ticket', 'support/010');
  6. if (!defined('UID')) {
  7. addDashboardItem('Useful links', 'Login', 'login');
  8. }
  9. $sbody = <<<SUPPORT
  10. <p>
  11. We aim to reply to all tickets within twenty four hours of them being
  12. opened. If you open a ticket and haven't received a response within
  13. seventy two hours, we'll automatically credit your account with a
  14. month's free hosting to attempt to compensate you for the inconvenience
  15. caused.
  16. </p>
  17. <p>
  18. While we aim to answer all support requests as quickly as possible,
  19. we cannot guarentee that those submitted via e-mail or IRC will be
  20. dealt with within this timeframe. Where at all possible, support
  21. requests should be made via the ticket system.
  22. </p>
  23. SUPPORT;
  24. define('SUPPORT_BODY', $sbody);
  25. ?>