1<?php
2
3/**
4 * Options for the filelist plugin
5 */
6
7$conf['paths'] = '';
8$conf['allow_in_comments'] = 0;
9$conf['defaults'] = '';
10$conf['extensions'] = '';
11