Bug 5549 : Daily loans should be due at 23:59
[koha.git] / opac / errors / 404.pl
index 0c5408c..9b1f39f 100755 (executable)
@@ -17,6 +17,8 @@
 
 
 use strict;
+use warnings;
+
 use CGI;
 use C4::Auth;
 use C4::Output;
@@ -34,4 +36,4 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     }
 );
 $template->param( admin => $admin );
-output_html_with_http_headers $query, $cookie, $template->output;
+output_html_with_http_headers $query, $cookie, $template->output, '404 Not Found';