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.

supsearch.php 742B

1234567891011121314151617181920212223
  1. <?PHP
  2. require_once('lib/database.php');
  3. require_once('lib/common.php');
  4. ?>
  5. <div class="block">
  6. <h2>Support</h2>
  7. <div class="innerblock">
  8. <p class="blurb">Have a question about UTD-Hosting, this control panel, or anything else
  9. related to our services? Enter your question below to search our support
  10. system.</p>
  11. <p>
  12. <form action="<?PHP echo CP_PATH; ?>support/999" method="post">
  13. <input type="text" name="search" class="supportsearch">
  14. <input type="submit" value="Go">
  15. </form>
  16. </p>
  17. <p>
  18. If you can't find the answer to your query in our support database, please
  19. <a href="<?PHP echo CP_PATH; ?>tickets">raise a ticket</a> or
  20. <a href="<?PHP echo CP_PATH; ?>support/005">e-mail us</a>.
  21. </p>
  22. </div>
  23. </div>