diff options
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php index f8697a845..286850e94 100644 --- a/inc/init.php +++ b/inc/init.php @@ -63,6 +63,9 @@ } } + // define whitespace + if(!defined('DOKU_LF')) define ('DOKU_LF',"\n"); + if(!defined('DOKU_TAB')) define ('DOKU_TAB',"\t"); // define cookie and session id if (!defined('DOKU_COOKIE')) define('DOKU_COOKIE', 'DW'.md5(DOKU_URL)); |