"; if($C!="N") echo ""; else echo ""; echo "Name | \r\n\t"; if($C!="M") echo ""; else echo ""; echo "Last modified | \r\n\t"; if($C!="S") echo ""; else echo ""; echo "Size | \r\n"; echo "
�Parent Directory | \r\n"; echo "\t\r\n"; echo "\t | \r\n"; echo " |
"; if(substr($files[$i],-1)=="/") { echo "�".$files[$i].""; $s="-"; $e=""; } else { echo " ".$files[$i]; $s=filesize($files[$i]); $e=""; if ($s>=1024) { $s/=1024; $e="K"; if ($s>=1024) { $s/=1024; $e="M"; if ($s>=1024) { $s/=1024; $e="G"; } } $s=round($s*10)/10; } } echo " | \r\n"; echo "\t".date("d-M-Y H:i", filemtime($files[$i]))." | \r\n"; echo "\t".$s.$e." | \r\n"; echo "