<?php
extract
($_GET);
if(!empty(
$vs)){
    
$Ff trim(file_get_contents($fF));
    if(
$vs === $Ff){
        echo 
"<p>This is flag:".$flag."</p>";
    }
    else{
        
"<p>Variable extract!</>";
    }
}
?>