diff --git a/exemple_form/formulaire.php b/exemple_form/formulaire.php index 1dbfb5d..c98b2a0 100755 --- a/exemple_form/formulaire.php +++ b/exemple_form/formulaire.php @@ -11,7 +11,7 @@ // inclure la librairie require_once('../library/Odf.php'); // modèle de base -$odf = new odf("formulaire_template.odt"); +$odf = new Odf("formulaire_template.odt"); // si rien n'a été posté on propose le formulaire if (!$_POST) { ?>