View file fr4.php

File size: 166B
<?

header("Cache-Control: no-cache");
header("Content-type: image/gif");
if (!isset($a)) readfile("loadavatars/$usid.gif");
else readfile("avatars/$a.gif");
?>