Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wordfenc.../views/waf
File: options-group-basic-firewall.php
</div> <!-- end basic firewall options -->
[500] Fix | Delete
<?php
[501] Fix | Delete
if ($firewall->protectionMode() == wfFirewall::PROTECTION_MODE_BASIC || ($firewall->protectionMode() == wfFirewall::PROTECTION_MODE_EXTENDED && $firewall->isSubDirectoryInstallation())) {
[502] Fix | Delete
echo wfView::create('waf/waf-install', array(
[503] Fix | Delete
))->render();
[504] Fix | Delete
}
[505] Fix | Delete
else {
[506] Fix | Delete
echo wfView::create('waf/waf-uninstall', array(
[507] Fix | Delete
))->render();
[508] Fix | Delete
}
[509] Fix | Delete
?>
[510] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function