Index of ".$pfath_info["dirname"]."\r\n"; echo "\r\n"; echo "\t\r\n\t\r\n\t\r\n"; echo "\r\n\r\n"; echo "\r\n\r\n"; echo "\t\r\n"; echo "\t\r\n"; echo "\t\r\n"; echo "\r\n"; $n = sizeof($files); for($i=0;$i<$n;$i++) { echo "\t\r\n"; echo "\t\r\n"; echo "\t\r\n"; echo "\r\n"; } echo "
 "; if($C!="N") echo ""; else echo ""; echo "Name"; if($C!="M") echo ""; else echo ""; echo "Last modified"; if($C!="S") echo ""; else echo ""; echo "Size

«Parent Directory  
"; 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 "".date("d-M-Y H:i", filemtime($files[$i]))."".$s.$e."
\r\n"; ?>