diff --git a/listing.php b/listing.php index 7b29afb..3cd8032 100644 --- a/listing.php +++ b/listing.php @@ -49,6 +49,7 @@ $path = $_GET['path']; } + $elements = []; if($handle = opendir($dir_dirs[$dir_index] . $path)){ while(false !== ($entry = readdir($handle))){ //exclude . and .. @@ -83,13 +84,22 @@
+