home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / auth_container_file_options.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  120 b   |  8 lines

  1. <?php
  2.  
  3. $options = 'users';
  4.  
  5. $extra_options['username'] = 'test_user';
  6. $extra_options['passwd'] = 'test_user';
  7.  
  8. ?>