119,7 → 119,6 |
'.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 |
375,7 → 374,7 |
|
// Set up headers |
|
header('Content-Type: text/html; charset=UTF-8'); |
header("Content-type: text/html; charset=".$config->outputEnc); |
|
// Make sure that the user has set up a repository |
|