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

(-)a/Koha/Middleware/SetEnv.pm (-1 / +1 lines)
Lines 70-75 my $allowed_setenvs = qr/^( Link Here
70
    OPAC_CSS_OVERRIDE |
70
    OPAC_CSS_OVERRIDE |
71
    OPAC_SEARCH_LIMIT |
71
    OPAC_SEARCH_LIMIT |
72
    OPAC_LIMIT_OVERRIDE |
72
    OPAC_LIMIT_OVERRIDE |
73
    SUSPEND_PLUGIN_(\w+) |
73
    TZ
74
    TZ
74
)\ /x;
75
)\ /x;
75
76
76
- 

Return to bug 41991