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