take out ancient document conversion code

This commit is contained in:
Uwe Steinmann 2018-11-21 08:27:59 +01:00
parent 72b1f5d24c
commit b7e1cb869c

View File

@ -313,14 +313,6 @@ class Settings { /* {{{ */
}
$this->load($configFilePath);
// files with one of the following endings will be converted with the
// given commands for windows users
$this->_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}");
if (!is_null($this->_smtpServer))
ini_set("SMTP", $this->_smtpServer);
if (!is_null($this->_smtpPort))