mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Robots: noindex
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@111 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user