Few updates before move to Devuan.
This commit is contained in:
parent
4349aabc6b
commit
f407de48ec
60 changed files with 2137 additions and 175 deletions
10
root/stuff-to-keep/conf.d/99_tidy.ini
Normal file
10
root/stuff-to-keep/conf.d/99_tidy.ini
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Tidy]
|
||||
; The path to a default tidy configuration file to use when using tidy
|
||||
; http://php.net/tidy.default-config
|
||||
;tidy.default_config = /usr/local/lib/php/default.tcfg
|
||||
|
||||
; Should tidy clean and repair output automatically?
|
||||
; WARNING: Do not use this option if you are generating non-html content
|
||||
; such as dynamic images
|
||||
; http://php.net/tidy.clean-output
|
||||
tidy.clean_output = Off
|
||||
Loading…
Add table
Add a link
Reference in a new issue