-
Bug
-
Resolution: Fixed
-
3.0.1
-
None
-
PHP Environment:
Database:
I remember the HTTP error codes being uppercased. Today i found this in download/file.php, thought it might be worth a mention:
else
|
{
|
header('HTTP/1.0 404 not found');
|
}
|

