Rev 631 | Details | Compare with Previous | Last modification | View Log | RSS feed
<?php
$fond = "article";
if (file_exists($fond.$id_article.".html")) {
$fond = $fond.$id_article;
}
$delais = 1;
include ("inc-public.php3");
?>