Commit: f6d5200c75c51ae9eafda4fc93e5cb24e87f205e Author: Dejan Marjanovic <dejan.marjano...@gmail.com> Wed, 4 Dec 2013 19:39:01 +0100 Parents: 7ab7b50ac40b4f17b8a9ed392ac0bcf2f94621ee Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f6d5200c75c51ae9eafda4fc93e5cb24e87f205e 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