home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / config.php.dist < prev    next >
Encoding:
Text File  |  2004-03-24  |  487 b   |  16 lines

  1. <?php
  2. /*
  3.  * Copy this file to config.php and customize the following values to suit
  4.  * your configuration.
  5.  */
  6.  
  7. define('TEST_HOSTNAME',     'localhost');
  8. define('TEST_PORT',         25);
  9. define('TEST_LOCALHOST',    'localhost');
  10. define('TEST_AUTH_USER',    'jon');
  11. define('TEST_AUTH_PASS',    'secret');
  12. define('TEST_FROM',         'from@example.com');
  13. define('TEST_TO',           'to@example.com');
  14. define('TEST_SUBJECT',      'Test Subject');
  15. define('TEST_BODY',         'Test Body');
  16.