MDL-11845 - use the http 1.0 'Moved Temporarily' rather than unhelpful 'Found'

merged from MOODLE_19_STABLE
This commit is contained in:
poltawski
2007-12-30 23:10:42 +00:00
parent cd9f96a845
commit ee3501f124
+1 -1
View File
@@ -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',