From d019fd2d312459fb9377da19b733cbd1587763ba Mon Sep 17 00:00:00 2001 From: steinm Date: Wed, 22 Feb 2012 07:34:36 +0000 Subject: [PATCH] - old configuration file isn't needed anymore --- conf/conf.Settings.php.template | 209 -------------------------------- 1 file changed, 209 deletions(-) delete mode 100644 conf/conf.Settings.php.template diff --git a/conf/conf.Settings.php.template b/conf/conf.Settings.php.template deleted file mode 100644 index efa562b44..000000000 --- a/conf/conf.Settings.php.template +++ /dev/null @@ -1,209 +0,0 @@ -_convertFileTypes = array(".doc" => "cscript \"" . $this->_rootDir."op/convert_word.js\" {SOURCE} {TARGET}", - ".xls" => "cscript \"".$this->_rootDir."op/convert_excel.js\" {SOURCE} {TARGET}", - ".ppt" => "cscript \"".$this->_rootDir."op/convert_pp.js\" {SOURCE} {TARGET}"); - // uncomment the next line for linux users - // $this->_convertFileTypes = array(".doc" => "mswordview -o {TARGET} {SOURCE}"); - } -} - -$settings = new Settings(); - -?>