1<?php
2/**
3 * Options for the Orphanswanted Plugin
4 *
5 * @author    Matthias Schulte <dokuwiki@lupo49.de>
6 */
7$conf['ignoredpages']  = '';      // The plugin will doesn't list the given pages
8
9//Setup VIM: ex: et ts=2 :
10