```php <?php $input = $_GET["src"]; echo file_get_contents($input); ``` How to build a rule match with above situation?