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:
authorMichal Čihař <michal@cihar.com>2005-12-11 23:20:14 +0300
committerMichal Čihař <michal@cihar.com>2005-12-11 23:20:14 +0300
commit8cdb8fb2aaff3cfd9d97cb93ac931650ece64ac0 (patch)
tree345edefb47828f21618b9ada1ac729f6c270fa74 /browse_foreigners.php
parent0ff32f1157f1bf666b5cd23f0c20fea58a3ce513 (diff)
Drop <base href=".." />, it should not be needed at all.
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>