<?php

$conf['depth'] = 0;
$conf['skipacl'] = false;
$conf['zipfilename'] = 'wiki:siteexport.zip';
$conf['exclude'] = '/lib/images /lib/plugins /lib/scripts';
$conf['max_execution_time'] = 20;
$conf['PDFHeaderPagebreak'] = "1";
$conf['ignoreNon200'] = true;

$conf['debugLevel'] = 5;
$conf['debugFile'] = "";

$conf['cachetime'] = 60*60*24;

//Setup VIM: ex: et ts=2 enc=utf-8 :