<?php
/**
 * Default values for the runcommand plugin
 *
 * @author Alessandro Celli <aelsantex@gmail.com>
 */

$conf['rc_debug_level'] = 0;
$conf['safe_scripts'] = 1;
$conf['script_dir'] = 'data/scripts';
$conf['rc_default_dateformat'] = 'dd/mm/yy';
