diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-30 20:52:30 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-30 20:52:30 -0400 |
commit | b17f4b28ca948d223f12ceab96e38c018f32c6fd (patch) | |
tree | 9fab1d2a3ffaa4c392a5cd8ade4eb85be769ae2a /config.default.php | |
parent | 147f2015c0d1adeb6e248bcdd023fe67fc81154a (diff) |
Improve pull-request #738
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 4 |
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); |