Commit:    46d266b882cb253835b5e0a69f8cae3342a803bc
Author:    Dejan Marjanovic <[email protected]>         Wed, 4 Dec 
2013 19:39:01 +0100
Parents:   a230e30720e433ea4745eb711fa21a540d703158
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=46d266b882cb253835b5e0a69f8cae3342a803bc

Log:
Remove <base> tag completely

Changed paths:
  M  include/header.inc


Diff:
diff --git a/include/header.inc b/include/header.inc
index d65cd03..bb0ba9b 100755
--- a/include/header.inc
+++ b/include/header.inc
@@ -65,8 +65,6 @@ if (isset($shortname) && $shortname) {
  <script type="text/javascript" src="<?php echo $STATIC_ROOT 
?>js/ext/html5.js"></script>
  <![endif]-->
 
- <base href="http://<?php echo $_SERVER["HTTP_HOST"] . $_SERVER["SCRIPT_NAME"] 
?>">
-
 <?php
  $jsfiles = array('ext/modernizr.js');
  foreach ($jsfiles as $filename) {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to