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', '');?>