File Found on WP Manager
-
I found this in my WP manager, I removed my website crush down, I did backup,then go back again, my database got old files, old website, when the PHPis updated my website crushes. Could you help me please, I think needs create new database.
<?php define( 'GD_VIP', '184.168.47.225' ); define( 'GD_RESELLER', 1 ); define( 'GD_ASAP_KEY', 'xxxxxxxxxxxxxxxxxxxxxx' ); define( 'GD_STAGING_SITE', false ); define( 'GD_EASY_MODE', true ); define( 'GD_SITE_CREATED', xxxxxxxxxxx ); // Newrelic tracking if ( function_exists( 'newrelic_set_appname' ) ) { newrelic_set_appname( 'xxxxxxxxxxxxxxxxxxxxxxxxx;' . ini_get( 'newrelic.appname' ) ); } /** * Is this is a mobile client? Can be used by batcache. * @return array */ function is_mobile_user_agent() { return array( "mobile_browser" => !in_array( $_SERVER['HTTP_X_UA_DEVICE'], array( 'bot', 'pc' ) ), "mobile_browser_tablet" => false !== strpos( $_SERVER['HTTP_X_UA_DEVICE'], 'tablet-' ), "mobile_browser_smartphones" => in_array( $_SERVER['HTTP_X_UA_DEVICE'], array( 'mobile-iphone', 'mobile-smartphone', 'mobile-firefoxos', 'mobile-generic' ) ), "mobile_browser_android" => false !== strpos( $_SERVER['HTTP_X_UA_DEVICE'], 'android' ) ); } define( 'REDIS_SOCKET', '/var/run/RedisProxy/mwprp.sock' );
- This topic was modified 5 years, 6 months ago by .
- This topic was modified 5 years, 6 months ago by .
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘File Found on WP Manager’ is closed to new replies.