Version 1.1b

This commit is contained in:
nemunaire 2008-11-18 12:00:00 +01:00
commit c4a18d4281
82 changed files with 2532 additions and 180 deletions

View file

@ -26,4 +26,5 @@ if (!empty($_POST['objet']) && !empty($_POST['nom']) && !empty($_POST['message']
}
if (isset($_GET['d'])) $template->assign('destinataire',$_GET['d']);
if (isset($_GET['o'])) $template->assign('objet',$_GET['o']);
?>