📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.html
<link type="text/css" href="cwaf/css/blitzer/jquery-ui-1.9.2.custom.min.css" rel="stylesheet" /> <link type="text/css" href="cwaf/css/cwaf.css" rel="stylesheet" /> <link type="text/css" href="cwaf/css/cwaf_catalog.css" rel="stylesheet" /> <link type="text/css" href="cwaf/css/wizard.css" rel="stylesheet" /> <link type="text/css" href="cwaf/css/cwatch.css" rel="stylesheet" /> <link type="text/css" href="cwaf/css/bonsai/jquery.bonsai.css" rel="stylesheet" /> <link type="text/css" href="cwaf/css/chosen/chosen.min.css" rel="stylesheet" /> [% IF main.virtualmin != 1 %] <script type="text/javascript" src="cwaf/js/plugins/jquery-1.11.0.min.js"></script> [% END %] <script type="text/javascript" src="cwaf/js/plugins/jquery-ui-1.9.2.custom.min.js"></script> <script type="text/javascript" src="cwaf/js/plugins/jquery.md5.js"></script> <script type="text/javascript" src="cwaf/js/plugins/jquery.qubit.min.js"></script> <script type="text/javascript" src="cwaf/js/plugins/jquery.bonsai.js"></script> <script type="text/javascript" src="cwaf/js/plugins/chosen.jquery.min.js"></script> <script type="text/javascript" src="cwaf/js/cwaf_catalog.js"></script> <script type="text/javascript" src="cwaf/js/cwaf.js"></script> <script type="text/javascript" src="cwaf/js/cwaf_wizard.js"></script> <script type="text/javascript" src="cwaf/js/cwaf_wizard_ref.js"></script> <script type="text/javascript" src="cwaf/js/cwaf_cwatch.js"></script> <script type="text/javascript"> $(document).ready(function() { onload_DOM([% conf.debug %], [% msconf.SecDebugLogLevel %], [% rules.local_version %]); cwaf_plugin_firstrun([% conf.firstrun %], [% rules.local_version %]); }); </script> <div id="cwaf_overlay"></div> <div id="tabs"> <ul> <li><a href="#tabs-main">Main</a></li> <li><a href="#tabs-conf">Configuration</a></li> <li><a href="#tabs-modsec">Security Engine</a></li> <li><a href="#tabs-userdata">Userdata</a></li> <li><a href="#tabs-fdb">Feedback</a></li> <li><a href="#tabs-ctlg">Catalog</a></li> <li><a href="#tabs-wizard">Protection Wizard</a></li> </ul> [% INCLUDE index_tab_main.html %] [% INCLUDE index_tab_conf.html %] [% INCLUDE index_tab_modsec.html %] [% INCLUDE index_tab_userdata.html %] [% INCLUDE index_tab_fdb.html %] [% INCLUDE index_tab_ctlg.html %] [% INCLUDE index_tab_wizard.html %] [% INCLUDE index_tab_cwatch.html %] </div> <div id="dialog" title=""> <h1><span id="dialog_caption">Updating...</span></h1> <center> <textarea rows=20 cols=70 id="updater_textarea"> </textarea> </center> </div> <div id="disabled_domains_dialog" title="Disable mod_security for domains"> <center> <table> <tr> <td><b>Security Engine Enabled:</b></td> <td></td> <td><b>Security Engine Disabled:</b></td> </tr> <tr> <td> <select id="enabled_domains_list" name="enabled_domains_list" multiple size=10 style="width:250px;" /> </td> <td> <a href="javascript:void()" class="show_links" id="domain_disable_button">>>> Disable >>></a><br> <a href="javascript:void()" class="show_links" id="domain_enable_button"><<< Enable <<<</a> </td> <td> <select id="disabled_domains_list" name="disabled_domains_list" multiple size=10 style="width:250px;" /> </td> </tr> <tr> <td colspan="3"><button id="domains_update_button" class="dialog_buttons">Apply Changes</button></td> </tr> </table> </center> </div>
Save