hello i got this error if i visit my website
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/roahlxg83/domains/hackinggamers.nl/public_html/include/config.php on line 11
this is in the config file at lne 11
<?
$config = array();
// Begin Configuration
$config['basedir'] = '/home/admin/domains/mediax/public_html';
$config['baseurl'] = 'http://www.mediax.com';
$DBTYPE = 'mysql';
$DBHOST = 'localhost';
$DBUSER = '<obfuscated by moderator>';
$DBPASSWORD = 'test';
$DBNAME = '<obfuscated by moderator>';
// End Configuration
thanks