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 |
} |