diff options
author | till <till@php.net> | 2008-02-14 01:22:44 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-14 01:22:44 +0000 |
commit | 50c7535072aeaa843b8ece23374057f110e43ee7 (patch) | |
tree | ab087f3f7941d8cf9469b71a2e58a480054f23b2 | |
parent | ce56b9ff029f213fbd7f02add22e717fe07792ac (diff) |
* added config variable for mime magic
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 4492d534b..67e0c4984 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -276,5 +276,8 @@ $rcmail_config['preview_pane'] = FALSE; // don't let users set pagesize to more than this value if set $rcmail_config['max_pagesize'] = 200; +// mime magic database +$rcmail_config['mime_magic'] = '/usr/share/misc/magic'; + // end of config file ?> |