1<?php
2
3$conf['allowallusers'] = 0;
4$conf['depth'] = 0;
5$conf['skipacl'] = false;
6$conf['zipfilename'] = 'wiki:siteexport.zip';
7$conf['exclude'] = '';
8$conf['max_execution_time'] = 20;
9$conf['PDFHeaderPagebreak'] = 1;
10$conf['ignoreNon200'] = 1;
11$conf['ignoreAJAXError'] = 0;
12
13$conf['debugLevel'] = 5;
14$conf['debugFile'] = "";
15
16$conf['cachetime'] = 60*60*24;
17$conf['useOddEven'] = 0;
18
19$conf['defaultAuthenticationUser'] = '';
20$conf['defaultAuthenticationPassword'] = '';
21
22$conf['useProxy'] = 0;
23
24$conf['offSiteLinkTemplate'] = '';
25//Setup VIM: ex: et ts=2 enc=utf-8 :
26