<?php
/*
 * Display File Dokuwiki Plugin
 * Copyright (c) 2016 Jay Jeckel
 * Licensed under the MIT license: https://opensource.org/licenses/MIT
 * Permission is granted to use, copy, modify, and distribute the work.
 * Full license information available in the project LICENSE file.
*/

$conf['root_path'] = '';
$conf['deny_extensions'] = 'sh';
$conf['allow_extensions'] = 'txt php js css';

?>