1<?php
2/**
3 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
4 * @author     Luis Machuca Bezzaza <lambalicious [at] tuta [dot] io>
5 */
6
7/* Whether to use browscap when available */
8$meta['with_browscap'] = array('onoff');
9
10/* When on, the "read more" points to default dokuwiki.org explainer; otherwise points to local explainer on 'wiki:nobadbrowser' which admin must create.
11 * */
12//$meta['remote_explainer']   = array('onoff');
13