Accéder au contenu.
Menu Sympa

devel - [Devel] r403 - branches/dui

Objet : devel-adl

Archives de la liste

[Devel] r403 - branches/dui


Chronologique Discussions 
  • From: svn AT agendadulibre.org
  • To: devel AT agendadulibre.org
  • Subject: [Devel] r403 - branches/dui
  • Date: Sun, 5 Oct 2008 16:41:31 +0200 (CEST)
  • List-archive: <http://agendadulibre.org/pipermail/devel>
  • List-id: Developpement de l'Agenda du Libre <devel.agendadulibre.org>

Author: ldayot
Date: Sun Oct 5 16:41:25 2008
New Revision: 403

Log:
r331 : changement des noms de variables concernant la base de donnees.


Modified:
branches/dui/bd-private.inc.php.template

Modified: branches/dui/bd-private.inc.php.template
==============================================================================
--- branches/dui/bd-private.inc.php.template (original)
+++ branches/dui/bd-private.inc.php.template Sun Oct 5 16:41:25 2008
@@ -7,16 +7,16 @@
*/

/** Where the database is hosted */
-$host = "host";
+$db_host = "host";

/** Username needed to connect to the database */
-$user = "user";
+$db_user = "user";

/** Password needed to connect to the database */
-$pass = "password";
+$db_pass = "password";

/** Database name */
-$bdd = "bdd";
+$db_name = "bdd";

/** Root URL of the libre agenda, without leading slash */
$root = "http://dummy.url.org";;
@@ -24,7 +24,16 @@
/** Mailing-list of moderators */
$moderatorlist = "moderators AT your.domain.org";

+/** Debug address. When not empty, all the e-mails are sent to this
+ address, instead of the event submitter addresses. Useful during
+ development. */
+$debugaddress = "";
+
/** Max events displayed in calendar **/
$maxEventsInCalendar = 2;

+/** Fields in submit form **/
+$isRequired_url = true;
+$isRequired_contact = true;
+
?>




  • [Devel] r403 - branches/dui, svn, 05/10/2008

Archives gérées par MHonArc 2.6.16.

Haut de le page