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/flow-flo.../libs/cakephp/cache/Engine
File: FileEngine.php
}
[500] Fix | Delete
[501] Fix | Delete
$pos = strpos(
[502] Fix | Delete
$current->getPathname(),
[503] Fix | Delete
DIRECTORY_SEPARATOR . $group . DIRECTORY_SEPARATOR
[504] Fix | Delete
);
[505] Fix | Delete
[506] Fix | Delete
return $pos !== false;
[507] Fix | Delete
}
[508] Fix | Delete
);
[509] Fix | Delete
foreach ($filtered as $object) {
[510] Fix | Delete
$path = $object->getPathname();
[511] Fix | Delete
$object = null;
[512] Fix | Delete
// @codingStandardsIgnoreLine
[513] Fix | Delete
@unlink($path);
[514] Fix | Delete
}
[515] Fix | Delete
[516] Fix | Delete
return true;
[517] Fix | Delete
}
[518] Fix | Delete
}
[519] Fix | Delete
[520] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function