diff options
author | lisps <stummp@loewen.de> | 2014-03-19 10:32:55 +0100 |
---|---|---|
committer | lisps <stummp@loewen.de> | 2014-03-19 10:32:55 +0100 |
commit | 7b62b42de1887c3627c727f0483aea41556742d4 (patch) | |
tree | 96dbc0f8ab18df7212ebc3dfd6d5f1434ef34335 /conf/dokuwiki.php | |
parent | e310313d794a3336d279ee09973508e794dbf08e (diff) | |
download | rpg-7b62b42de1887c3627c727f0483aea41556742d4.tar.gz rpg-7b62b42de1887c3627c727f0483aea41556742d4.tar.bz2 |
add config date_at_format
change translation message
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 |