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

(-)a/debian/templates/plack.psgi (-3 lines)
Lines 48-55 use CGI qw(-utf8 ); # we will loose -utf8 under plack, otherwise Link Here
48
    };
48
    };
49
}
49
}
50
50
51
C4::Context->disable_syspref_cache();
52
53
my $intranet = Plack::App::CGIBin->new(
51
my $intranet = Plack::App::CGIBin->new(
54
    root => '/usr/share/koha/intranet/cgi-bin'
52
    root => '/usr/share/koha/intranet/cgi-bin'
55
);
53
);
56
- 

Return to bug 15973