|
Lines 184-189
if ( $tab eq 'about' ) {
Link Here
|
| 184 |
mysqlVersion => $versions{'mysqlVersion'}, |
184 |
mysqlVersion => $versions{'mysqlVersion'}, |
| 185 |
apacheVersion => $versions{'apacheVersion'}, |
185 |
apacheVersion => $versions{'apacheVersion'}, |
| 186 |
memcached_running => Koha::Caches->get_instance->memcached_cache, |
186 |
memcached_running => Koha::Caches->get_instance->memcached_cache, |
|
|
187 |
reverse_proxy_ip_header => C4::Context->config('reverse_proxy_ip_header'), |
| 188 |
koha_trusted_proxies => C4::Context->config('koha_trusted_proxies'), |
| 187 |
); |
189 |
); |
| 188 |
|
190 |
|
| 189 |
} |
191 |
} |