From 458e0e0bb543dd033846f9fc8db0e93f8e10ee46 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 18 Mar 2007 17:22:40 +0000 Subject: Fix cache bug in IE. Found in http://forum.m0n0.ch/index.php/topic,11.0.html --- usr/local/www/exec.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr/local/www/exec.php') diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php index 9a6e51b..396ef67 100755 --- a/usr/local/www/exec.php +++ b/usr/local/www/exec.php @@ -1,4 +1,4 @@ -) */ +$omit_nocacheheaders = true; + if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) { session_cache_limiter('public'); $fd = fopen($_POST['dlPath'], "rb"); -- cgit v1.1