1<?php
2/**
3 * Options for the authsmf20 plugin.
4 *
5 * @package SMF DokuWiki
6 * @file metadata.php
7 * @author digger <digger@mysmf.net>
8 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
9 * @version 1.0
10 */
11
12$meta['smf_path']   = array('string');
13$meta['smf_cache']  = array('numeric');
14