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

(-)a/about.pl (+2 lines)
Lines 180-185 if ( $tab eq 'about' ) { Link Here
180
        mysqlVersion              => $versions{'mysqlVersion'},
180
        mysqlVersion              => $versions{'mysqlVersion'},
181
        apacheVersion             => $versions{'apacheVersion'},
181
        apacheVersion             => $versions{'apacheVersion'},
182
        memcached_running         => Koha::Caches->get_instance->memcached_cache,
182
        memcached_running         => Koha::Caches->get_instance->memcached_cache,
183
        reverse_proxy_ip_header   => C4::Context->config('reverse_proxy_ip_header'),
184
        koha_trusted_proxies      => C4::Context->config('koha_trusted_proxies'),
183
    );
185
    );
184
186
185
}
187
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-1 / +8 lines)
Lines 264-269 Link Here
264
                    [% END %]
264
                    [% END %]
265
                </td>
265
                </td>
266
            </tr>
266
            </tr>
267
            <tr>
268
                <th scope="row">Trusted proxy IP addresses</th>
269
                <td>[% koha_trusted_proxies | html %]</td>
270
            </tr>
271
            <tr>
272
                <th scope="row">Reverse proxy IP header</th>
273
                <td>[% reverse_proxy_ip_header | html %]</td>
274
            </tr>
267
        </table>
275
        </table>
268
    [% END # tab=about %]
276
    [% END # tab=about %]
269
[% END %]
277
[% END %]
270
- 

Return to bug 39789