<?php
/**
 * Default settings for the simpleforward plugin
 *
 * @author Michal Koutný <michal@fykos.cz>
 */

$conf['document_root']    = null;
$conf['enabled']          = false;
$conf['index']            = 'index.php';
