summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php
index 0306ea35..92b61bde 100644
--- a/config.default.php
+++ b/config.default.php
@@ -1,5 +1,7 @@
<?php
+// Rename this file to config.php if you want to change the values
+
// Enable/Disable debug
define('DEBUG', false);
@@ -129,4 +131,4 @@ define('ENABLE_HSTS', true);
define('ENABLE_XFRAME', true);
// Escape html inside markdown text
-define('MARKDOWN_ESCAPED', true);
+define('MARKDOWN_ESCAPE_HTML', true);