File "ms_child_style.php"
Full Path: /home/attunedd/public_html/wp-content/plugins/theme-editor/includes/forms/ms_child_style.php
File size: 466 bytes
MIME-type: text/x-php
Charset: utf-8
<?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>