View file ch/fr.php

File size: 164B
<?php
header("Cache-Control: no-cache");
header("Content-type: image/gif");
if (!isset($a)) {readfile("photos/$id.gif");}
else {readfile("avatars/$a.gif");}
?>