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 :