home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.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. ?>