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