update Sat Mar 6 18:37:00 PST 2010
[pkgsrc.git] / mail / squirrelmail / patches / patch-am
1 $NetBSD: patch-am,v 1.1 2010/03/04 16:00:37 taca Exp $
2
3 --- functions/page_header.php.orig      2009-04-13 16:52:57.000000000 +0000
4 +++ functions/page_header.php
5 @@ -28,7 +28,8 @@ function displayHtmlHeader( $title = 'Sq
6  
7      echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' .
8           "\n\n" . html_tag( 'html' ,'' , '', '', '' ) . "\n<head>\n" .
9 -         "<meta name=\"robots\" content=\"noindex,nofollow\">\n";
10 +         "<meta name=\"robots\" content=\"noindex,nofollow\">\n" .
11 +         "<meta http-equiv=\"x-dns-prefetch-control\" content=\"off\">\n";
12  
13      if ( !isset( $custom_css ) || $custom_css == 'none' ) {
14          if ($theme_css != '') {