File "ms_parent_style.php"
Full Path: /home/attunedd/public_html/wp-content/plugins/theme-editor/includes/forms/ms_parent_style.php
File size: 464 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($basic_style_dir));
?>
<div class="ms_basicStyleWrap">
<div class="basicStyleEditor">
<textarea id="ms_basic_style" name="ms_basic_style" class="ms_basic_style" wrap="off" readonly>
<?php echo trim($myfile_data);?>
</textarea>
</div>
</div>