aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rrd.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up static URLs that got broken going through php.cgi.onefang2020-01-041-1/+1
|
* Support customized RRD URLsPeter Wu2014-08-101-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 cleanupsepich2014-03-211-1/+1
|
* rrd.php: ob_clean if ob_get_length to prevent from a php noticePim van den Berg2013-09-141-3/+3
| | | | Reported-by: tbleiker (https://github.com/pommi/CGP/issues/26)
* start using fieldset + legend for showing dataPim van den Berg2013-06-221-1/+3
|
* remove dependency on mod_rewrite for rrd.phpPim van den Berg2013-05-201-1/+1
| | | | Use $_SERVER['PATH_INFO'] instead.
* integrate jsrrdgraph in CGPPim van den Berg2013-05-181-0/+24