1<?php 2/** 3 * Default settings for the simpleforward plugin 4 * 5 * @author Michal Koutný <michal@fykos.cz> 6 */ 7 8$conf['document_root'] = null; 9$conf['enabled'] = false; 10$conf['index'] = 'index.php'; 11