<?php
/**
 * Options for the authphpbb3 plugin.
 *
 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author   Eole <eole.dev@outlook.com>
 */

$meta['phpbb_root_path']    = array('string');
$meta['phpbb_cache']        = array('numeric');
$meta['phpbb_inline_style'] = array('onoff');
