uawdijnntqw1x1x1
IP : 216.73.217.174
Hostname : mailtech.lifestyleretreats.com
Kernel : Linux mailtech.lifestyleretreats.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home
/
lrindo5
/
radhia.lrindo.com
/
.
/
wp-content
/
plugins
/
w3-total-cache
/
Extension_NewRelic_Core.php
/
/
<?php namespace W3TC; class Extension_NewRelic_Core { public function get_effective_browser_application() { $c = Dispatcher::config(); $api_key = $c->get( array( 'newrelic', 'api_key' ) ); $id = $c->get( array( 'newrelic', 'browser.application_id' ) ); if ( empty( $api_key ) || empty( $id ) ) return null; $applications_string = get_option( 'w3tc_nr_browser_applications' ); $applications = @json_decode( $applications_string, true ); if ( !is_array( $applications ) ) $applications = array(); if ( isset( $applications[$id] ) ) return $applications[$id]; try { $api = new Extension_NewRelic_Api( $api_key ); $app = $api->get_browser_application( $id ); if ( !is_null( $app ) ) { $applications[$id] = $app; update_option( 'w3tc_nr_browser_applications', json_encode( $applications ) ); } return $app; } catch ( \Exception $ex ) { return null; } } }
/home/lrindo5/radhia.lrindo.com/./wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php