Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support customized RRD URLs | Peter Wu | 2014-08-10 | 1 | -2/+9 |
| | | | | | | | | | | | Use case: I would like to bypass PHP for serving the RRD files and allow the webserver (nginx) to compress it to reduce load on the Raspberry Pi. I could go through all kinds of URL rewriting, but it is much easier to set `$CONFIG['rrd_url'] = 'rrd/{file}';` instead and add a corresponding location + alias directive to the nginx configuration. This depends on https://github.com/manuelluis/jsrrdgraph/pull/17 to avoid breaking on '='. | ||||
* | mod_rewrite final cleanup | sepich | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | rrd.php: ob_clean if ob_get_length to prevent from a php notice | Pim van den Berg | 2013-09-14 | 1 | -3/+3 |
| | | | | Reported-by: tbleiker (https://github.com/pommi/CGP/issues/26) | ||||
* | start using fieldset + legend for showing data | Pim van den Berg | 2013-06-22 | 1 | -1/+3 |
| | |||||
* | remove dependency on mod_rewrite for rrd.php | Pim van den Berg | 2013-05-20 | 1 | -1/+1 |
| | | | | Use $_SERVER['PATH_INFO'] instead. | ||||
* | integrate jsrrdgraph in CGP | Pim van den Berg | 2013-05-18 | 1 | -0/+24 |