Blame view

sources/3rdparty/phpdocx/config/phpdocxconfig.ini 300 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
10
  [settings]
  ; absolute path to the temp dir. If empty the default system tmp directory will be used
  temp_path = ""
  
  ; if set to true: detects if the contents are UTF-8 encoded and if not encodes them
  ; if set to false do nothing
  encode_to_UTF8 = "false"
  
  ; default document language
  language = "en-US"