<?php
/**
 * Default settings for the hidepages plugin
 *
 * @author Matthias Schulte <dokuwiki@lupo49.de>
 */

$conf['ignorepattern'] = 0;
$conf['hidefromsearch'] = 1;
$conf['hidefromsitemap'] = 1;
