#!/usr/bin/php4 -qC read() ) !== false ) if ( is_dir("$dir/$f") and preg_match('/^\.[^\.]/', $f) and !strpos($f, 'historial') and !strpos($f, 'Spam') ) $dirs[] = " \"=$f\""; sort( $dirs ); echo join( " \\\n", $dirs); } ?>