1<?php
2/**
3 * Default settings for the authphpbb3 plugin.
4 *
5 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author   Eole <eole.dev@outlook.com>
7 */
8
9$conf['phpbb_root_path']    = '../forums';
10$conf['phpbb_cache']        = 0;
11$conf['phpbb_inline_style'] = 1;
12