[dev] More standard location (mime_drivers.php.dist)

Marc Jauvin marc at r4l.com
Sat Nov 5 14:40:35 PST 2005


Here is a patch that uses a more standard location for xlhtml & ppthtml:

Index: mime_drivers.php.dist
===================================================================
RCS file: /repository/horde/config/mime_drivers.php.dist,v
retrieving revision 1.103
diff -u -r1.103 mime_drivers.php.dist
--- mime_drivers.php.dist       30 Sep 2005 20:50:32 -0000      1.103
+++ mime_drivers.php.dist       5 Nov 2005 22:39:14 -0000
@@ -288,7 +288,7 @@
  * This driver requires xlhtml to be installed.
  * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
  */
-$mime_drivers['horde']['msexcel']['location'] = '/usr/local/bin/xlhtml';
+$mime_drivers['horde']['msexcel']['location'] = '/usr/bin/xlhtml';
$mime_drivers['horde']['msexcel']['inline'] = false;
$mime_drivers['horde']['msexcel']['handles'] = array(
     'application/vnd.ms-excel',
@@ -303,7 +303,7 @@
  * This driver requires ppthtml, included with xlhtml, to be installed.
  * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
  */
-$mime_drivers['horde']['mspowerpoint']['location'] = 
'/usr/local/bin/ppthtml';
+$mime_drivers['horde']['mspowerpoint']['location'] = '/usr/bin/ppthtml';
$mime_drivers['horde']['mspowerpoint']['inline'] = false;
$mime_drivers['horde']['mspowerpoint']['handles'] = array(
     'application/vnd.ms-powerpoint',



-- 
Marc Jauvin
http://register4less.com
514-905-6500


More information about the dev mailing list