Source for file test.php

Documentation is available at test.php

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

Documentation generated on Mon, 13 Jan 2020 04:25:23 +0100 by phpDocumentor 1.4.3