Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
theme-editor
/
includes
/
forms
:
ms_parent_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($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>