/mnt_pool/users/user/sscruz/www/public/Master/jzb
Directories
[parent]
[76]
[80]
[apr13]
[apr18]
[apr28]
[exclusion]
[forTheNote]
[jun02]
[jun08]
[jun09]
[jun10]
[jun15]
[jun17]
[jun18]
[jun19]
[jun20]
[jun27]
[jun29]
[mar23_JECv6]
[mar29]
[mar30]
[may19]
[may20]
[may30]
[old]
[withData]
Plots
Filter:
Other files
foreach (glob("*") as $filename) { if ( !in_array($filename, $displayed)) { if (isset($_GET['match'])) { if (isset($_GET['regexp']) && $_GET['regexp']) { if (!preg_match('/.*'.$_GET['match'].'.*/', $filename)) continue; } else { if (!fnmatch('*'.$_GET['match'].'*', $filename)) continue; } } if (is_dir($filename)) { print "
[DIR]
$filename
"; } else { print "
$filename
"; } } } ?>