Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
byp
/
wp-content
/
plugins
/
theme-editor
/
includes
/
forms
:
ms_child_style.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>