diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-15 10:46:32 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-15 10:46:32 +0000 |
commit | bece67de0793587f5cd34c06133f2abf68d59a4b (patch) | |
tree | 7f92b6daf11bfb3b7a5ff887d2124f865cf1e779 /www/horde2 | |
parent | cd674241fff307bcc6573010a33e7d1bae529092 (diff) |
Notes
Diffstat (limited to 'www/horde2')
-rw-r--r-- | www/horde2/files/patch-mime_drivers.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde2/files/patch-mime_drivers.php.dist b/www/horde2/files/patch-mime_drivers.php.dist index 73cec6a0cf91..32ded852e74d 100644 --- a/www/horde2/files/patch-mime_drivers.php.dist +++ b/www/horde2/files/patch-mime_drivers.php.dist @@ -134,7 +134,7 @@ -// 'x-extension/xls'); -// $mime_drivers['horde']['msexcel']['icons'] = array( -// 'default' => 'msexcel.gif'); -+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['location'] = '%%LOCALBASE%%/bin/xlHtml'; ++//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['location'] = '%%LOCALBASE%%/bin/xlhtml'; +//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['inline'] = false; +//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['handles'] = array( +//UNCOMMENTIFXL 'application/vnd.ms-excel', @@ -157,7 +157,7 @@ -// 'x-extension/ppt'); -// $mime_drivers['horde']['mspowerpoint']['icons'] = array( -// 'default' => 'mspowerpoint.gif'); -+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['location'] = '%%LOCALBASE%%/bin/pptHtml'; ++//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['location'] = '%%LOCALBASE%%/bin/ppthtml'; +//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['inline'] = false; +//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['handles'] = array( +//UNCOMMENTIFXL 'application/vnd.ms-powerpoint', |