View | Details | Raw Unified | Return to bug 19998
Collapse All | Expand All

(-)a/errors/400.pl (-2 / +1 lines)
Lines 16-23 Link Here
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
18
18
19
use strict;
19
use Modern::Perl;
20
use warnings;
21
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
22
use C4::Auth;
21
use C4::Auth;
23
use C4::Output;
22
use C4::Output;
(-)a/errors/401.pl (-2 / +1 lines)
Lines 15-22 Link Here
15
# Koha; if not, write to the Free Software Foundation, Inc.,
15
# Koha; if not, write to the Free Software Foundation, Inc.,
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
18
use strict;
18
use Modern::Perl;
19
use warnings;
20
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
21
use C4::Auth;
20
use C4::Auth;
22
use C4::Output;
21
use C4::Output;
(-)a/errors/402.pl (-2 / +1 lines)
Lines 16-23 Link Here
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
18
18
19
use strict;
19
use Modern::Perl;
20
use warnings;
21
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
22
use C4::Auth;
21
use C4::Auth;
23
use C4::Output;
22
use C4::Output;
(-)a/errors/403.pl (-2 / +1 lines)
Lines 16-23 Link Here
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
18
18
19
use strict;
19
use Modern::Perl;
20
use warnings;
21
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
22
use C4::Auth;
21
use C4::Auth;
23
use C4::Output;
22
use C4::Output;
(-)a/errors/404.pl (-2 / +1 lines)
Lines 16-23 Link Here
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
18
18
19
use strict;
19
use Modern::Perl;
20
use warnings;
21
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
22
use C4::Auth;
21
use C4::Auth;
23
use C4::Output;
22
use C4::Output;
(-)a/errors/500.pl (-3 / +1 lines)
Lines 16-23 Link Here
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
18
18
19
use strict;
19
use Modern::Perl;
20
use warnings;
21
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
22
use C4::Auth;
21
use C4::Auth;
23
use C4::Output;
22
use C4::Output;
24
- 

Return to bug 19998