Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-7264 now.

download/file.php; lowercase 404 code (fix completed in vcs)

I remember the HTTP error codes being uppercased. Today i found this in download/file.php, thought it might be worth a mention:

Code: Select all
   else
   {
      header('HTTP/1.0 404 not found');
   }

Comments / History

Linked ticket with changeset: r9460

Action performed by Anonymous (I am too lazy to register) on Apr 17th 2009, 15:18

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Acyd Burn (Server Manager) on Apr 17th 2009, 15:18

Ticket details

Related SVN changesets