<?php
/**
 * Default settings for the linkprefix plugin
 *
 * @author Heiko Barth
 */

$conf['prefix'] = DOKU_BASE . 'lib/plugins/linkprefix/redirect.php?';
$conf['encode_url'] = 1;
$conf['ignore_same_domain'] = 1;
