online-faq/config.inc.php
2020-10-03 13:30:13 +02:00

10 lines
235 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', '26hrs and 3mins' );