10 lines
234 B
PHP
10 lines
234 B
PHP
<?php
|
|
|
|
|
|
define( 'MYSQL_HOST', 'localhost' );
|
|
define( 'MYSQL_USER', 'online-faq' );
|
|
define( 'MYSQL_PASS', 'RnKVJHcUBIIu1XM2' );
|
|
define( 'MYSQL_DB', 'online-faq' );
|
|
|
|
define( 'CODE_LENGTH', 4 );
|
|
define( 'WASTED_TIME', '7hrs and 26min' ); |