<?php
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
$myfile_data =fread($myfile,filesize($child_style_dir));
?>
<div class="ms_childStyleWrap">
<div class="childStyleEditor">
<textarea id="ms_child_style" name="ms_child_style" class="ms_child_style" wrap="off" readonly><?php echo $myfile_data; fclose($myfile);?></textarea>
</div>
</div>