diff options
Diffstat (limited to 'archives/universe')
-rw-r--r-- | archives/universe/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archives/universe/index.php b/archives/universe/index.php index 1d1a3a0..d738a6d 100644 --- a/archives/universe/index.php +++ b/archives/universe/index.php @@ -57,7 +57,7 @@ <img src="/images/gentoo.gif"><p>Welcome to the <b>Gentoo Universe</b> archives. Also available for <a href="http://planet.gentoo.org/archives/">Planet Gentoo</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> |