diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index e3c6116d..0d94686a 100644 --- a/config.default.php +++ b/config.default.php @@ -192,6 +192,9 @@ define('ENABLE_HSTS', true); // Enable or disable "X-Frame-Options: DENY" HTTP header define('ENABLE_XFRAME', true); +// Enable syslog logging +define('ENABLE_SYSLOG', true); + // Escape html inside markdown text define('MARKDOWN_ESCAPE_HTML', true); |