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 :