You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's likely the eval_string() function because it uses the eval() function. It's essentially a way to evaluate PHP code from a string (which can be dangerous if the string is not trusted). It was directly pulled from the CodeIgniter's Loader::_ci_load method. It's not a function that is used by default in the code unless you explicitly need/want to.
Windows defender is seeing this file as Backdoor:Win32/Dirtelti!ml
Not sure what part of the PHP code is causing it, but it's problematic.
The text was updated successfully, but these errors were encountered: