Browse Source

Update file_list.php

FusionPBX 2 years ago
parent
commit
07511bee3f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      file_list.php

+ 1 - 0
file_list.php

@@ -53,6 +53,7 @@
 		$dir_handle = opendir($dir);
 		$dir_array = array();
 		if (($dir_handle)) {
+			$x = 0;
 			while (false !== ($file = readdir($dir_handle))) {
 				if ($file != "." AND $file != "..") {
 					$newpath = $dir.'/'.$file;