/* foreach($pwd as $dir ){
$path .= '/'.$dir;
echo ''.$dir.'';
} ?> */ ?>
-
/*if(count($pwd) > 1){
echo '
- .. '; } foreach($listing['dirs'] as $dir){ echo '
- '.$dir['name'].' '.$dir['atime_human'].' '.$dir['adate_human'].' '.$dir['owner'].'/'.$dir['group'].' '.$dir['mode']['owner'].''.$dir['mode']['group'].''.$dir['mode']['other'].' '; } foreach($listing['files'] as $item){ echo '
- '.$item['name'].' '.$item['atime_human'].' '.$item['adate_human'].' '.$item['size'].' '.$item['owner'].'/'.$item['group'].' '.$item['mode']['owner'].''.$item['mode']['group'].''.$item['mode']['other'].' '; }*/ ?>