diff options
author | sepich | 2014-03-10 11:06:47 -0700 |
---|---|---|
committer | Pim van den Berg | 2014-03-21 23:07:03 +0100 |
commit | 82623b7658882006c7a08c4a8330d7ddab054a37 (patch) | |
tree | 5020c19f0d360fd3e4d4adb64f4e666feb891cab /rrd.php | |
parent | host.php: remove immediate end tag in fieldset (diff) | |
download | apt-panopticon_cgp-82623b7658882006c7a08c4a8330d7ddab054a37.zip apt-panopticon_cgp-82623b7658882006c7a08c4a8330d7ddab054a37.tar.gz apt-panopticon_cgp-82623b7658882006c7a08c4a8330d7ddab054a37.tar.bz2 apt-panopticon_cgp-82623b7658882006c7a08c4a8330d7ddab054a37.tar.xz |
mod_rewrite final cleanup
Diffstat (limited to '')
-rw-r--r-- | rrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ require_once 'conf/common.inc.php'; | |||
4 | require_once 'inc/functions.inc.php'; | 4 | require_once 'inc/functions.inc.php'; |
5 | require_once 'inc/html.inc.php'; | 5 | require_once 'inc/html.inc.php'; |
6 | 6 | ||
7 | if ($file = validateRRDPath($CONFIG['datadir'], $_SERVER['PATH_INFO'])) { | 7 | if ( $file = validateRRDPath($CONFIG['datadir'], urldecode($_SERVER["QUERY_STRING"])) ) { |
8 | header('Content-Type: application/octet-stream'); | 8 | header('Content-Type: application/octet-stream'); |
9 | header('Content-Disposition: attachment; filename='.basename($file)); | 9 | header('Content-Disposition: attachment; filename='.basename($file)); |
10 | header("Expires: " .date(DATE_RFC822,strtotime($CONFIG['cache']." seconds"))); | 10 | header("Expires: " .date(DATE_RFC822,strtotime($CONFIG['cache']." seconds"))); |