11 lines
158 B
PHP
11 lines
158 B
PHP
<?php
|
|
|
|
/**
|
|
* Options for the filelistplus plugin
|
|
*/
|
|
|
|
$conf['paths'] = '';
|
|
$conf['allow_in_comments'] = 0;
|
|
$conf['defaults'] = '';
|
|
$conf['extensions'] = '';
|