Check if html files contain non ASCII characters.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user