File:  [DVB] / linuxtv.org / linuxtv-footer.inc
Revision 1.4: download - view: text, annotated - select for diffs
Mon Sep 7 07:09:47 2009 UTC (14 years, 9 months ago) by mchehab
Branches: MAIN
CVS tags: HEAD
Update cvs with the changes found directly at web

Most of the changes were my fault: It seems that I've updated the
firmware README directly.

The other changes are minor, being part of the cvs diff between the
current version and the cvs ones.

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

<?php
$spam = 0;
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">Sp0-ns0r stuff, pl3as3 1gn0r3:</div>';
      include "linux_info.txt";
   }
}
?>

</body>
</html>

LinuxTV legacy CVS <linuxtv.org/cvs>