芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/public_html/wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php
_config = Dispatcher::config(); } /** * Saves the New Relic application settings. * * @return void */ public function w3tc_save_new_relic() { $service = Dispatcher::component( 'Extension_NewRelic_Service' ); $application = Util_Request::get_array( 'application' ); $application['alerts_enabled'] = empty( $application['alerts_enabled'] ) ? 'false' : 'true'; $application['rum_enabled'] = empty( $application['rum_enabled'] ) ? 'false' : 'true'; $result = $service->update_application_settings( $application ); Util_Admin::redirect( array( 'w3tc_note' => 'new_relic_save', ), true ); } }