View file adtools/banner.php

File size: 113B
<?php

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