diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-12 15:38:40 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-12 15:38:40 -0400 |
commit | 12f2ffb66381f441ac34c1497e78c02f97695e7d (patch) | |
tree | 8dbeb512bd881b0122eaa1014927f2c711f802df /docs/config.markdown | |
parent | 99a341761053f42223aea674f36ab914c996b7f1 (diff) |
Update docs
Diffstat (limited to 'docs/config.markdown')
-rw-r--r-- | docs/config.markdown | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/config.markdown b/docs/config.markdown index 081f9c71..ed9f5508 100644 --- a/docs/config.markdown +++ b/docs/config.markdown @@ -32,6 +32,13 @@ define('FILES_DIR', 'data/files/'); Don't forget the trailing slash. +Enable/disable url rewrite +-------------------------- + +```php +define('ENABLE_URL_REWRITE', false); +``` + Email configuration ------------------- |