Commit: 4fd94007707a5c82b83e57dccb118029049744a9 Author: Hannes Magnusson <[email protected]> Wed, 4 Dec 2013 14:11:20 -0800 Parents: 7fca241b7861ff00f76d0499c3454d8d5b1821b7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4fd94007707a5c82b83e57dccb118029049744a9 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
