<?php
/* 
 * $Id: default.php 18 2017-06-19 15:22:35Z denis $
 * @author    DenisVS <deniswebcomm@gmail.com>
 * source plugin, default configuration settings
 * @link    https://www.dokuwiki.org/plugin:src
 * @based on Source Plugin by  Chris Smith <chris@jalakai.co.uk>
 */

// location is prepended to all file names, restricting the filespace exposed to the plugin
$conf['location'] = '';

// if allow array contains any elements, ONLY files with the extensions listed will be allowed
$conf['allow'] = '';

// if the $allow array is empty, any file with an extension listed in deny array will be denied
//$conf['deny'] ='php|asp|pl';

// rules, complex allow/deny rules, refer plugin documentation
$conf['rules'] = '';
