You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed Coordino on my internal machine and was not able to see questions which are containing code in it. Questions with plain text are showing up but questions like the ones below are missing
Hi , I have a question on the code sample below
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'rater';
$cfg['Servers'][$i]['password'] = 'rater';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
And i format the above sample using ctrl+k
The text was updated successfully, but these errors were encountered:
I just installed Coordino on my internal machine and was not able to see questions which are containing code in it. Questions with plain text are showing up but questions like the ones below are missing
Hi , I have a question on the code sample below
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'rater';
$cfg['Servers'][$i]['password'] = 'rater';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
And i format the above sample using ctrl+k
The text was updated successfully, but these errors were encountered: