1<?php 2/** 3 * Default configuration for nohighlight plugin 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Kazutaka Miyasaka <kazmiya@affrc.go.jp> 7 */ 8 9$conf['disable_highlight'] = 'all'; 10$conf['remove_url_params'] = 1; 11