Merge a2ecdd5c39d31d5313afdb2ed76b6daeb75ee233 into 1d32baf5b4a2e06fd748167da955a642a2069d37
This commit is contained in:
commit
a4e6059161
@ -177,6 +177,7 @@ function display_block( $file )
|
||||
if( !$file_ext AND is_dir($file)) $file_ext = "dir";
|
||||
if(in_array($file, $ignore_file_list)) return;
|
||||
if(in_array($file_ext, $ignore_ext_list)) return;
|
||||
if(basename($file) == "flat.png") return;
|
||||
|
||||
$download_att = ($force_download AND $file_ext != "dir" ) ? " download='" . basename($file) . "'" : "";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user