home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / install / passwd.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  189 b   |  6 lines

  1. <?php
  2. //  If you use HTTP authentication for XOOPS installer,
  3. //  put user name and passward in the define statement below.
  4. define('INSTALL_USER', '');
  5. define('INSTALL_PASSWD', '');
  6. ?>