diff options
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; |