Annotation of linuxtv.org/linuxtv-footer.inc, revision 1.3

1.1       js          1:       </td>
                      2:     </tr>
                      3:     <tr>
                      4:       <td></td>
                      5:       <td></td>
                      6:       <td></td>
                      7:       <td>
                      8:       </td>
                      9:     </tr>
                     10:   </tbody>
                     11: </table>
1.2       js         12: 
                     13: <?php
                     14: $spam = 1;
                     15: if (isset($_SERVER['HTTP_USER_AGENT'])) {
                     16:    $agent = $_SERVER['HTTP_USER_AGENT'];
                     17:    if (eregi("linux|textmode|elinks|lynx|w3m", $agent)) {
                     18:       $spam = 0;
                     19:    }
                     20:    if ($spam) {
1.3     ! js         21:       echo '<div id="inter1">Sp0-ns0r stuff, pl3as3 1gn0r3:</div>';
1.2       js         22:       include "linux_info.txt";
                     23:    }
                     24: }
                     25: ?>
                     26: 
1.1       js         27: </body>
                     28: </html>

LinuxTV legacy CVS <linuxtv.org/cvs>