7 lines
162 B
PHP
7 lines
162 B
PHP
<?php
|
|
|
|
|
|
define( 'MYSQL_HOST', 'localhost' );
|
|
define( 'MYSQL_USER', 'online-faq' );
|
|
define( 'MYSQL_PASS', 'RnKVJHcUBIIu1XM2' );
|
|
define( 'MYSQL_DB', 'online-faq' ); |