MDL-11845 - use the http 1.0 'Moved Temporarily' rather than unhelpful 'Found'
authorpoltawski <poltawski>
Sun, 30 Dec 2007 23:10:42 +0000 (23:10 +0000)
committerpoltawski <poltawski>
Sun, 30 Dec 2007 23:10:42 +0000 (23:10 +0000)
merged from MOODLE_19_STABLE

lib/filelib.php

index f3c1978ba8bc1d0a4da595581b5940d18c9cdce6..2eb61ed596357de6e1981d6579e5744184968387 100644 (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',