require_once('_header.php'); $bilder_array = array( '', ); ?>
55 years worlwide businessfunction getFileList( $path ) { @chdir( $path ); $handle = opendir("."); while( $file = readdir($handle) ) { if( @is_file( $file ) ) $filelist[] = $path.$file; } closedir( $handle ); if( $filelist ) asort( $filelist ); return $filelist; } echo ' |
|