1<?php
2/**
3 * Referrers for DokuWiki
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Terence J. Grant<tjgrant@tatewake.com>
7 */
8
9$meta['re_URL_ignore'] = array('string');
10$meta['re_dont_count_admin'] = array('onoff');
11$meta['re_dont_count_users'] = array('onoff');
12