xref: /plugin/siteexport/conf/default.php (revision 7d101cc131696cb3a0de345d8044a69fb2ef70e9)
1<?php
2
3$conf['depth'] = 0;
4$conf['skipacl'] = false;
5$conf['zipfilename'] = 'wiki:siteexport.zip';
6$conf['exclude'] = '(/lib/images|/lib/plugins)';
7$conf['max_execution_time'] = 20;
8$conf['PDFHeaderPagebreak'] = "1";
9
10$conf['debugLevel'] = 5;
11$conf['debugFile'] = "";
12
13$conf['cachetime'] = 60*60*24;
14
15//Setup VIM: ex: et ts=2 enc=utf-8 :