RFI.php
2 years ago in PHP
$incfile = $_REQUEST["file"];
include($incfile.".php");
1
2