Source for file test.php

Documentation is available at test.php

  1. <?php
  2. /**
  3. * SquirrelMail Test Plugin
  4. * @copyright 2006-2020 The SquirrelMail Project Team
  5. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  6. * @version $Id: test.php 14840 2020年01月07日 07:42:38Z pdontthink $
  7. * @package plugins
  8. * @subpackage test
  9. */
  10. define ('SM_PATH', '../../');
  11. include_once(SM_PATH . 'include/validate.php');
  12. global $color;
  13. displayPageHeader ($color, 'none');
  14. ?>
  15. <strong>Tests:</strong>
  16. <br />
  17. <br />
  18. <p><a href="decodeheader.php">decodeHeader() test</a></p>
  19. <p><a href="ngettext.php">ngettext() test</a></p>
  20. </body>
  21. </html>

Documentation generated on 2020年1月13日 04:25:23 +0100 by phpDocumentor 1.4.3

AltStyle によって変換されたページ (->オリジナル) /