blob: 78bf18c281d45d07aeda0665e8409a0506b6b0af (
plain)
1
2
3
4
5
6
7
8
9
10
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');
|