C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\xoops\html\_install\passwd.php


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