aboutsummaryrefslogtreecommitdiff
path: root/conf/default.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/default.php')
-rw-r--r--conf/default.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/default.php b/conf/default.php
new file mode 100644
index 0000000..78bf18c
--- /dev/null
+++ b/conf/default.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Default settings for the papers plugin
+ *
+ * @author Igor Pashev <pashev.igor@gmail.com>
+ */
+
+$conf['year_min'] = '2001';
+$conf['papers_ns'] = 'papers';
+$conf['filetypes'] = array('PDF', 'DjVu', 'PS', 'TIFF');
+