Gentoo Logo
Gentoo Logo Side
Gentoo Spaceship


Bugs? Comments? Suggestions? Contact us!

Powered by:
Planet Venus

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

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