<?php
/**
 * Options for the tos plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */


$meta['tos'] = array('string');
$meta['usesession'] = array('onoff');

