diff options
author | 2011-03-08 23:50:13 +0000 | |
---|---|---|
committer | 2011-03-08 23:50:13 +0000 | |
commit | 723c806815132793d7e815ffad3f503a0261be7b (patch) | |
tree | 4395cc1b1f352f8167cbdf1240b91d6e4a7686e3 /archives/planet | |
parent | Update dberkholz, he moved to dberkholz.com (diff) | |
download | planet-723c806815132793d7e815ffad3f503a0261be7b.tar.gz planet-723c806815132793d7e815ffad3f503a0261be7b.tar.bz2 planet-723c806815132793d7e815ffad3f503a0261be7b.zip |
Use long-style PHP tags. Update copyright date.
Diffstat (limited to 'archives/planet')
-rw-r--r-- | archives/planet/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archives/planet/index.php b/archives/planet/index.php index b3c190b..6f5145f 100644 --- a/archives/planet/index.php +++ b/archives/planet/index.php @@ -57,7 +57,7 @@ <img src="/images/gentoo.gif"><p>Welcome to the <b>Planet Gentoo</b> archives. Also available for <a href="http://planet.gentoo.org/universe/archives/">Gentoo Universe</a>.</p> </div> -<? +<?php $scandir = scandir('./', 1); echo "<ul>"; foreach ($scandir as $curdir) { @@ -75,7 +75,7 @@ <tr><td colspan="2" class="footer"> -Gentoo Design, Copyright 2001-2010 Gentoo Foundation, Inc.<br> +Gentoo Design, Copyright 2001-2011 Gentoo Foundation, Inc.<br> Views expressed in the content shown above do not necessarily represent the views of Gentoo Linux or the Gentoo Foundation. </td></tr> </tbody></table></body></html> |