If you would like your own page, please fill out the form here: http://users.sizeup.me/request.htmlUsers who use the sizeup.me genital control panel:
$dirs = array_filter(glob('*'), 'is_dir');
foreach ($dirs as $dir) {
if(substr($dir,0)!=".") {
$cap_dir = ucwords($dir);
echo "{$cap_dir} \n";
}
}
?>