$directoryListing = "Lista cartelle Salsa e Latino (\"ArenaHome/Salsero\")";
$noDir = "aucun répertoire";
$presentation = "Cercate di non fare danni, Ciao.";
?>
[EasyPHP] - Web Salsero salsa
 |
echo $directoryListing; ?> : |
$rep=opendir('.');
$bAuMoinsUnRepertoire = false;
while ($file = readdir($rep)){
if($file != '..' && $file !='.' && $file !=''){
if (is_dir($file)){
$bAuMoinsUnRepertoire = true;
print("| | ");
print("");
print(" ");
print("$file");
print(" |
");
}
}
}
if ($bAuMoinsUnRepertoire == false) {
print("- $noDir - | ");
print("
");
}
closedir($rep);
clearstatcache();
?>