1<?php 2/** 3 * Default settings for the phprestrict plugin 4 * 5 * @author Robert Woodhead <trebor@animeigo.com> 6 * 7 * paths contains comma/newline-separated list of pagenames or namespaces. * can be added to 8 * end to match prefix path 9 * 10 * Examples: 11 * 12 * fred: Matches all pages under namespace fred 13 * fred:derf Matches page fred:derf only 14 * fred:php* Matches pages in fred that start with php 15 * 16 */ 17 18$conf['paths'] = ''; 19$conf['hide'] = 1;