/WebSVN/include/setup.inc
119,6 → 119,7
'.STP' => 'application/STEP', // ISO-10303 STEP data files
'.step' => 'application/STEP', // ISO-10303 STEP data files
'.STEP' => 'application/STEP', // ISO-10303 STEP data files
'.svg' => 'application/svg', // Scalable Vector Graphics
'.vda' => 'application/vda', // VDA-FS Surface data
'.VDA' => 'application/vda', // VDA-FS Surface data
'.dir' => 'application/x-director', // Macromedia Director
374,7 → 375,7
 
// Set up headers
 
header("Content-type: text/html; charset=".$config->outputEnc);
header('Content-Type: text/html; charset=UTF-8');
 
// Make sure that the user has set up a repository