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$meta['root_path'] = array('string');
11$meta['deny_extensions'] = array('string');
12$meta['allow_extensions'] = array('string');
13
14?>