projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9f96a
)
MDL-11845 - use the http 1.0 'Moved Temporarily' rather than unhelpful 'Found'
author
poltawski
<poltawski>
Sun, 30 Dec 2007 23:10:42 +0000
(23:10 +0000)
committer
poltawski
<poltawski>
Sun, 30 Dec 2007 23:10:42 +0000
(23:10 +0000)
merged from MOODLE_19_STABLE
lib/filelib.php
patch
|
blob
|
history
diff --git
a/lib/filelib.php
b/lib/filelib.php
index f3c1978ba8bc1d0a4da595581b5940d18c9cdce6..2eb61ed596357de6e1981d6579e5744184968387 100644
(file)
--- 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',