[PHP] pobierz, plaintext <?php$read = open_dir('/usr/apache');while($a = readdir($read)){echo $a;}?>[PHP] pobierz, plaintext