0) { if (isset($_GET['s']) && ($_GET['s'] == 'date')) { $dsort = 'Last Updated
' . $OC_sortImg; $fsort = 'File'; arsort($fAR,SORT_NUMERIC); } else { $fsort = 'File
' . $OC_sortImg; $dsort = 'Last Updated'; ksort($fAR,SORT_NUMERIC); } print '
icon
ZIP
all files
icon
ZIP
accepted only
'; print ''; $row = 1; foreach ($fAR as $f => $d) { print '\n"; $row = $rowAR[$row]; } print "
' . $fsort . 'Size' . $dsort . '
' . urlencode($f) . '' . safeHTMLstr(oc_formatNumber(oc_fileSize($dir.$f))) . '' . safeHTMLstr(date("d M Y H:i:s", $d)) . "
\n"; } else { // 0 files print '

No files found

'; } } else { print '

Unable to open files directory

'; } printFooter(); ?>