Check if html files contain non ASCII characters.

This commit is contained in:
MobiusDevelopment
2020-02-08 02:41:23 +00:00
parent 0ed057dff9
commit 71576ed8af
714 changed files with 1240 additions and 1179 deletions

View File

@@ -38,7 +38,11 @@ LogItems = False
# Set the html cache's lazy loading True or False
# (Load html's into cache only on first time requested)
LazyCache = True
LazyCache = False
# Check if html files contain non ASCII characters.
# Default = True
CheckHtmlEncoding = True
# If true the server will be a test server (listed by test server clients only)
TestServer = False