1<?php
2/**
3 * RRDGraph Plugin: Default settings
4 *
5 * @author Daniel Goß <developer@flashsystems.de>
6 * @license MIT
7 */
8
9$conf['cache_timeout']          = '300';
10$conf['include_acl']            = 1;
11$conf['graph_media_namespace']  = 'rrdrender';
12