Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-05-18 14:59:22 +0400
committerMarc Delisle <marc@infomarc.info>2013-05-18 14:59:22 +0400
commit06d3f3a5504f6289413587755d67c44dd6632ff2 (patch)
treed94406fede03a6708169364bce683207fe491559 /server_status.php
parent4bbe3140d1cbc6e9a8b5b52b30ea4eb74ad8bf09 (diff)
Remove unnecessary message. When this page did not contain tabs for the
various sections, it was useful to have a link to reach this section further down.
Diffstat (limited to 'server_status.php')
-rw-r--r--server_status.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/server_status.php b/server_status.php
index 46b039f9d5..ff9026778a 100644
--- a/server_status.php
+++ b/server_status.php
@@ -127,11 +127,6 @@ function PMA_getServerStateGeneralInfoHtml($ServerStatusData)
. 'in <b>replication</b> process.'
);
}
- $retval .= ' ';
- $retval .= __(
- 'For further information about replication status on the server, '
- . 'please visit the <a href="#replication">replication section</a>.'
- );
$retval .= '</p>';
}