]> git.koha-community.org Git - koha.git/commit
Bugfix in errors/*.pl and opac/errors/*.pl
authorSébastien Hinderer <Sebastien.Hinderer@ens-lyon.org>
Sun, 1 Nov 2009 00:04:19 +0000 (01:04 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 15 Feb 2010 14:49:50 +0000 (15:49 +0100)
commit6f3890a6eddbc3573badfd03ab18e1afd5640183
treeae13d9b88d81a871a49b205459962f1528bd1cf3
parentb04e910fbdd9d9385a1a4e1b7933c02185df3a8f
Bugfix in errors/*.pl and opac/errors/*.pl

The scripts did not define the status printed on the first line of
HTTP headers correctly: they were sending 200 OK,
which was confusing for browsers.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
errors/400.pl
errors/401.pl
errors/402.pl
errors/403.pl
errors/404.pl
errors/500.pl
opac/errors/400.pl
opac/errors/401.pl
opac/errors/402.pl
opac/errors/403.pl
opac/errors/500.pl