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

(-)a/Koha/Middleware/SetEnv.pm (-2 / +2 lines)
Lines 68-74 my $allowed_setenvs = qr/^( Link Here
68
    OVERRIDE_SYSPREF_NAMES |
68
    OVERRIDE_SYSPREF_NAMES |
69
    OPAC_CSS_OVERRIDE |
69
    OPAC_CSS_OVERRIDE |
70
    OPAC_SEARCH_LIMIT |
70
    OPAC_SEARCH_LIMIT |
71
    OPAC_LIMIT_OVERRIDE
71
    OPAC_LIMIT_OVERRIDE |
72
    TZ
72
)\ /x;
73
)\ /x;
73
74
74
sub call {
75
sub call {
75
- 

Return to bug 18674