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

(-)b/site/profile/files/koha/lib/Koha/App/Koha.pm (+6 lines)
Lines 69-74 sub _before_dispatch { Link Here
69
        $c->res->headers->expires(Mojo::Date->new(time+86400));
69
        $c->res->headers->expires(Mojo::Date->new(time+86400));
70
    }
70
    }
71
    # Add lib path for pdfformat modules
72
    if ($url =~ /acqui\/basketgroup\.pl$/) {
73
        use FindBin;
74
        use lib "$FindBin::Bin/../intranet/cgi-bin/acqui";
75
    }
76
71
    # See FIXME above
77
    # See FIXME above
72
    if ($url =~ m|^/api/v|) {
78
    if ($url =~ m|^/api/v|) {
73
        $url = '/api' . $url;
79
        $url = '/api' . $url;

Return to bug 20582