mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
take out ancient document conversion code
This commit is contained in:
parent
72b1f5d24c
commit
b7e1cb869c
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user