1<?php
2/**
3 * Default values for the runcommand plugin
4 *
5 * @author Alessandro Celli <aelsantex@gmail.com>
6 */
7
8$conf['rc_debug_level'] = 0;
9$conf['safe_scripts'] = 1;
10$conf['script_dir'] = 'data/scripts';
11$conf['rc_default_dateformat'] = 'dd/mm/yy';
12