MDL-11845 - use the http 1.0 'Moved Temporarily' rather than unhelpful 'Found'
merged from MOODLE_19_STABLE
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user