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:
Diffstat (limited to 'browse_foreigners.php')
-rw-r--r--browse_foreigners.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/browse_foreigners.php b/browse_foreigners.php
index 75cb5ba1ad..a03e8e67e9 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -92,7 +92,6 @@ if (isset($disp_row) && is_array($disp_row)) {
<head>
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
- <base<?php if (!empty($cfg['PmaAbsoluteUri'])) echo ' href="' . $cfg['PmaAbsoluteUri'] . '"'; ?> />
<link rel="stylesheet" type="text/css"
href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&amp;js_frame=right" />
<script src="./js/functions.js" type="text/javascript" language="javascript"></script>