View file adtools/banner2.php

File size: 112B
<?php

echo file_get_contents('big.gif');
header('Content-type: image/gif');
header('Content-title: Adsgem');
?>