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$lang['root_path'] = "Specifies the root directory displayed file paths will evaluate relative to. Default: none";
11$lang['deny_extensions'] = "Space-separated list of disallowed file extensions. Default: 'sh'";
12$lang['allow_extensions'] = "Space-separated list of allowed file extensions. Default: 'txt php js css'";
13
14?>