prevent search indexes from indexing phpMyAdmin installations
This commit is contained in:
@@ -49,6 +49,7 @@ danbarry
|
|||||||
+ [pdf] Merged tcpdf 2.2.002 (PHP5 version), thanks to Nicola Asuni
|
+ [pdf] Merged tcpdf 2.2.002 (PHP5 version), thanks to Nicola Asuni
|
||||||
+ [engines] Maria support
|
+ [engines] Maria support
|
||||||
+ [engines] MyISAM and InnoDB: support ROW_FORMAT table option
|
+ [engines] MyISAM and InnoDB: support ROW_FORMAT table option
|
||||||
|
+ prevent search indexes from indexing phpMyAdmin installations
|
||||||
|
|
||||||
2.11.6.0 (not yet released)
|
2.11.6.0 (not yet released)
|
||||||
- bug #1903724 [interface] Displaying of very large queries in error message
|
- bug #1903724 [interface] Displaying of very large queries in error message
|
||||||
|
@@ -110,6 +110,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
|
|||||||
<?php echo htmlspecialchars($HTTP_HOST); ?></title>
|
<?php echo htmlspecialchars($HTTP_HOST); ?></title>
|
||||||
<meta http-equiv="Content-Type"
|
<meta http-equiv="Content-Type"
|
||||||
content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
|
content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
|
||||||
|
<meta name="robots" content="noindex,nofollow" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// <![CDATA[
|
// <![CDATA[
|
||||||
// definitions used in common.js
|
// definitions used in common.js
|
||||||
|
@@ -44,3 +44,4 @@ if ($GLOBALS['text_dir'] == 'ltr') {
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
|
||||||
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&js_frame=<?php echo isset($print_view) ? 'print' : 'right'; ?>&nocache=<?php echo $_SESSION['PMA_Config']->getThemeUniqueValue(); ?>" />
|
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&js_frame=<?php echo isset($print_view) ? 'print' : 'right'; ?>&nocache=<?php echo $_SESSION['PMA_Config']->getThemeUniqueValue(); ?>" />
|
||||||
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>print.css" media="print" />
|
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>print.css" media="print" />
|
||||||
|
<meta name="robots" content="noindex,nofollow" />
|
2
robots.txt
Normal file
2
robots.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
Reference in New Issue
Block a user