<?php if($_GET['flag']!="") { header("Content-Type: image/gif"); readfile("../Data/Language/flags/$_GET[flag]"); } ?>