Commit: e709b2e4b90a60503ceda0e1ea22a7c78bf461ad Author: Hannes Magnusson <[email protected]> Wed, 29 Dec 2010 15:13:14 +0000 Parents: 3f47279229c2ac8dc640ed20af38115e50b49758 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e709b2e4b90a60503ceda0e1ea22a7c78bf461ad Log: Fix validationerror by adding a random link there. Really really really want to remove that page though Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index 5a6aed6..2f187d8 100644 --- a/include/header.inc +++ b/include/header.inc @@ -72,7 +72,9 @@ <dl> <dt><a href="/mailing-lists.php">Mailing lists</a></dt> <dd><a href="/unsub.php">Unsubscribe from mailing list</a></dd> + <!-- FIXME: This links.php stuff should be removed? --> <dt><a href="/links.php">PHP related sites</a></dt> + <dd><a href="http://planet-php.net">Planet PHP</a></dd> <dt><a href="#">About PHP.net</a></dt> <dd><a href="/sites.php">Other PHP.net sites</a></dd> <dd><a href="/my.php">My PHP.net</a></dd> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
