read()) { if ( is_file( $tmp_dir_path . $entry ) ) { if ( time() - filemtime( $tmp_dir_path . $entry ) > $captcha_expires_after ) { unlink( $tmp_dir_path . $entry ); } } } ?>