online-faq/config.inc.php
2020-10-04 22:39:29 +02:00

12 lines
302 B
PHP

<?php
define( 'MYSQL_HOST', 'localhost' );
define( 'MYSQL_USER', 'c1online_faq' );
define( 'MYSQL_PASS', 'gbqptCL_D9FR9' );
define( 'MYSQL_DB', 'c1online_faq' );
define( 'CODE_LENGTH', 4 );
define( 'SHARE_URL_PREFIX', 'https://faq.hw-table.de/?code=' );
define( 'WASTED_TIME', '24hrs and 39mins' );