1<?php
2/*
3 * Display File Dokuwiki Plugin
4 * Copyright (c) 2016 Jay Jeckel
5 * Licensed under the MIT license: https://opensource.org/licenses/MIT
6 * Permission is granted to use, copy, modify, and distribute the work.
7 * Full license information available in the project LICENSE file.
8*/
9
10$conf['root_path'] = '';
11$conf['deny_extensions'] = 'sh';
12$conf['allow_extensions'] = 'txt php js css';
13
14?>