From ee3501f124fdf2d238311fbfe6f719732ef44dac Mon Sep 17 00:00:00 2001 From: poltawski Date: Sun, 30 Dec 2007 23:10:42 +0000 Subject: [PATCH] MDL-11845 - use the http 1.0 'Moved Temporarily' rather than unhelpful 'Found' merged from MOODLE_19_STABLE --- lib/filelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filelib.php b/lib/filelib.php index f3c1978ba8..2eb61ed596 100644 --- a/lib/filelib.php +++ b/lib/filelib.php @@ -86,7 +86,7 @@ function download_file_content($url) { 206=>'Partial Content', 300=>'Multiple Choices', 301=>'Moved Permanently', - 302=>'Found', + 302=>'Moved Temporarily', 303=>'See Other', 304=>'Not Modified', 305=>'Use Proxy', -- 2.39.5