]> git.joonet.de Git - adminer.git/commitdiff
Robots: noindex
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 11 Jul 2007 05:53:07 +0000 (05:53 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 11 Jul 2007 05:53:07 +0000 (05:53 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@111 7c3ca157-0c34-0410-bff1-cbf682f78f5c

design.inc.php

index 07f8c37440f94a611ae6f757fc07650293599d37..25813c8aa4248b8abc33f6541cbfcb3b61f4693b 100644 (file)
@@ -6,8 +6,9 @@ function page_header($title) {
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $LANG; ?>">
 <head>
-<title><?php echo lang('phpMinAdmin') . " - $title"; ?></title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="robots" content="noindex" />
+<title><?php echo lang('phpMinAdmin') . " - $title"; ?></title>
 <style type="text/css">
 BODY { color: Black; background-color: White; }
 A { color: Blue; }