From 2d7330bccae29c4d9128d2f88b7bdf5c27386052 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 21 Dec 2002 16:39:03 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/conf/conf.class.php3.sample | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/htdocs/conf/conf.class.php3.sample b/htdocs/conf/conf.class.php3.sample index 3de1b83716d..0cd8c8ebd2b 100644 --- a/htdocs/conf/conf.class.php3.sample +++ b/htdocs/conf/conf.class.php3.sample @@ -134,6 +134,21 @@ class FicheInterConf { $this->outputurl = "/document/fichinter"; } } +/* + * Dons + * + */ +class DonConf { + Function DonConf() { + $this->enabled = 0; + + /* + * Paiement en ligne + */ + + $this->onlinepayment = 0; + } +} /* * Produits *