xref: /plugin/siteexport/conf/default.php (revision cb1684019033e2eca229815df2aaac12e489da0f)
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$conf['ignoreNon200'] = true;
10
11$conf['debugLevel'] = 5;
12$conf['debugFile'] = "";
13
14$conf['cachetime'] = 60*60*24;
15
16//Setup VIM: ex: et ts=2 enc=utf-8 :