XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
passwd.php
1<?php
2
3// If you use HTTP authentication for XCL installer,
4// Put an user name and password in the define statement below.
5
6const INSTALL_USER = '';
7const INSTALL_PASSWD = '';