1<?php
2/*
3 * Display Orphans 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['show_table_header'] = 1;
11$conf['sort_table_ascending'] = 1;
12
13$conf['ignore_orphaned_pages'] = '';
14$conf['ignore_orphaned_namespaces'] = '';
15$conf['ignore_wanted_pages'] = '';
16$conf['ignore_wanted_namespaces'] = '';
17$conf['ignore_linked_pages'] = '';
18$conf['ignore_linked_namespaces'] = '';
19
20?>