k4be 1 год назад
Родитель
Сommit
290cec1838
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      include/db.php

+ 2 - 0
include/db.php

@@ -50,6 +50,8 @@ function get_dir_list() {
 		die();
 	}
 	while ($row = $res->fetch(PDO::FETCH_ASSOC)) {
+		if ($row['hidden'])
+			continue;
 		$dir[] = $row;
 
 	}