We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base
1 parent 269c7ce commit b59bb30Copy full SHA for b59bb30
1 file changed
include/header.inc
@@ -105,10 +105,6 @@ if (!isset($config["languages"])) {
105
<script type="text/javascript" src="/cached.php?t=<?php echo $modified?>&f=<?php echo $filename?>"></script>
106
<?php endforeach ?>
107
108
-<?php if (!empty($_SERVER["BASE_HREF"])): ?>
109
- <base href="<?php echo $_SERVER["BASE_HREF"] ?>">
110
-<?php endif ?>
111
-
112
<?php if (isset($config['meta_tags'])) { echo $config['meta_tags']; } ?>
113
114
<?php if (is_primary_site()) { ?>
0 commit comments