- <?php
- if (count($buffer_selection_files)) echo "Only the first file is popuped<br><br>n";
- $path = $buffer_selection_files[0];
- foreach ($buffer_selection_files as $id => $path)
- {
- echo "<a href="view_source.php?path=$path" target="_blank">Show $path</a><br><br>n";
- }
English
