diff options
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index bdc9739d1..f92e81e8c 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -155,6 +155,7 @@ $conf['broken_iua'] = 0; //Platform with broken ignore_user_abor $conf['xsendfile'] = 0; //Use X-Sendfile (1 = lighttpd, 2 = standard) $conf['renderer_xhtml'] = 'xhtml'; //renderer to use for main page generation $conf['readdircache'] = 0; //time cache in second for the readdir operation, 0 to deactivate. +$conf['date_at_format'] = 'Y-m-d-H:i:s'; /* Network Settings */ $conf['dnslookups'] = 1; //disable to disallow IP to hostname lookups |