" . $regexp . "\n"; // echo "$f \n"; echo "error: file '$f' not found."; exit; } $fileName = $matches[3]; header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Content-Type: text/plain"); header("Content-Disposition: inline; filename=\"{$fileName}\""); header("Content-Length: ". (string)(filesize(EPR_ROOT . $f))); readfile(EPR_ROOT . $f); ?>