diff options
author | Igor <pashev.igor@gmail.com> | 2010-11-08 14:53:18 +0300 |
---|---|---|
committer | Igor <pashev.igor@gmail.com> | 2010-11-08 14:53:18 +0300 |
commit | ed6c3110af1f0c8b224d6806df52e0adfdaba023 (patch) | |
tree | 10035ac52dd8681a29195d2c203e5c33a5a60c4b /conf/default.php | |
parent | fbafb72df08821dc281c5f04225cd6da5452d30f (diff) | |
download | dokuwiki-plugin-papers-ed6c3110af1f0c8b224d6806df52e0adfdaba023.tar.gz |
Added option to purge cache. E. g. after editing the page with the main list of papers, all personal pages should be updated
Diffstat (limited to 'conf/default.php')
-rw-r--r-- | conf/default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/default.php b/conf/default.php index 6ae34fc..897b755 100644 --- a/conf/default.php +++ b/conf/default.php @@ -11,4 +11,5 @@ $conf['filetypes'] = array('PDF', 'DjVu', 'PS', 'TIFF'); $conf['papers'] = 'публикации'; // Wiki page with bibtex data $conf['grants'] = 'гранты'; +$conf['purge-cache'] = true; |