diff options
author | lisps <stummp@loewen.de> | 2014-09-29 10:13:57 +0200 |
---|---|---|
committer | lisps <stummp@loewen.de> | 2014-09-29 10:13:57 +0200 |
commit | 80d9f3ddb3a602960d23f1849c1ad6287c4f9d92 (patch) | |
tree | 4be7e7e556ca31289c63ce52d7ab9e2cf76504c1 /conf/dokuwiki.php | |
parent | 1d053a561daf3b6539283811cc44d39b315e1dbf (diff) | |
download | rpg-80d9f3ddb3a602960d23f1849c1ad6287c4f9d92.tar.gz rpg-80d9f3ddb3a602960d23f1849c1ad6287c4f9d92.tar.bz2 |
parse AT parameter: first strtotime then timestamp
remove config option
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index f92e81e8c..bdc9739d1 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -155,7 +155,6 @@ $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 |