Gentoo Logo
Gentoo Logo Side
Gentoo Spaceship


Bugs? Comments? Suggestions? Contact us!

Powered by:
Planet Venus

Welcome to the Gentoo Universe archives. Also available for Planet Gentoo.

"; foreach ($scandir as $curdir) { if ( $curdir == "index.php" || $curdir == ".." || $curdir == "." ) continue; $cscan = scandir('./' . $curdir, 1); foreach($cscan as $filename) { if ( $filename == "." || $filename == ".." ) continue; echo "
  • $filename
  • \n"; } } echo ""; ?>