Commit: c1635441e1204824366f3aeeb67b112965874f7e Author: Hannes Magnusson <[email protected]> Wed, 4 Dec 2013 14:11:20 -0800 Parents: 46da2fd23b3444c892088768b9d5b8d466fa3403 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c1635441e1204824366f3aeeb67b112965874f7e Log: We dont have the mega dropdown any more :( Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index dfb0aea..fbb91c7 100755 --- a/include/header.inc +++ b/include/header.inc @@ -10,9 +10,6 @@ foreach($cssfiles as $filename) { } -// Version information for the mega drop down. -include $_SERVER['DOCUMENT_ROOT'] . '/include/version.inc'; - if (isset($shortname) && $shortname) { header("Link: <$shorturl>; rel=shorturl"); } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
