Added the ability to configure the path to the mime types db.

This commit is contained in:
Loic d'Anterroches
2008-11-26 11:12:25 +01:00
parent 628b01faf4
commit 28b650f841
2 changed files with 3 additions and 3 deletions

View File

@@ -175,5 +175,5 @@ $cfg['allowed_scm'] = array('git' => 'IDF_Scm_Git',
'mercurial' => 'IDF_Scm_Mercurial',
);
$cfg['idf_mimetypes_db'] = '/etc/mime.types';
return $cfg;