C:\$Recycle.Bin\S-1-5-21-3967099092-2644009230-141905953-500\$RFI5QEM\templates\index.php
1 2 3 4
<?php
require(
"../config.php"
);
header
(
"Location: "
.
$url
.
"/"
);
?>