From c40a70d6c56b16eb5c48554d5edd7364e95c6864 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sun, 29 Mar 2009 09:12:42 +0000 Subject: [PATCH] Notice removal --- request.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/request.php b/request.php index 8f9ea5fa2..a2d5bc6d6 100644 --- a/request.php +++ b/request.php @@ -12,8 +12,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/request.php,v $ -| $Revision: 1.6 $ -| $Date: 2008-12-30 16:51:07 $ +| $Revision: 1.7 $ +| $Date: 2009-03-29 09:12:42 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -375,6 +375,7 @@ function send_file($file) { if (is_file($filename) && is_readable($filename) && connection_status() == 0) { + $seek = 0; if (strstr($_SERVER['HTTP_USER_AGENT'], "MSIE")) { $file = preg_replace('/\./', '%2e', $file, substr_count($file, '.') - 1);