We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf3332 commit 6cfb5caCopy full SHA for 6cfb5ca
1 file changed
dir_listing.php
@@ -122,7 +122,7 @@
122
<td><span class="glyphicon glyphicon-folder-open"></span></td>
123
<td><a href="'.rawurlencode($val).'">'.htmlentities($val).'</td>';
124
125
- if($use_du_command === true && $show_folder_size === true)
+ if($use_du_command === true && $show_folders_size === true)
126
echo'
127
<td class="text-right">'. format_bytes(get_file_size($full_path.$val)) .'</td>';
128
else
0 commit comments