<?
if(count($flist)>1){$pl="s";
$av="ont"; }else{ $av="a"; $pl='';}
?>
<html><head><title>Traitement en cours ...</title>
<Script Language="JavaScript">
alert('Le<?=$pl?> fichier<?=$pl?> <?=$av?> été renommé<?=$pl?> !');
window.location.href='<?="$path"."index.php?dir=$dir"?>&rand=<?=rand(0,9999)?>';
</Script></head></html>