File:  [DVB] / linuxtv.org / linuxtv-footer.inc
Revision 1.2: download - view: text, annotated - select for diffs
Mon Apr 25 22:49:42 2005 UTC (19 years, 1 month ago) by js
Branches: MAIN
CVS tags: HEAD
sponsor cruft

      </td>
    </tr>
    <tr>
      <td></td>
      <td></td>
      <td></td>
      <td>
      </td>
    </tr>
  </tbody>
</table>

<?php
$spam = 1;
if (isset($_SERVER['HTTP_USER_AGENT'])) {
   $agent = $_SERVER['HTTP_USER_AGENT'];
   if (eregi("linux|textmode|elinks|lynx|w3m", $agent)) {
      $spam = 0;
   }
   if ($spam) {
      echo '<div id="inter1">Sponsor stuff, please ignore:</div>';
      include "linux_info.txt";
   }
}
?>

</body>
</html>

LinuxTV legacy CVS <linuxtv.org/cvs>