From de04d474347dcb39b4e8faea40accda0317006a9 Mon Sep 17 00:00:00 2001 From: Olivier PEREZ Date: Fri, 5 Dec 2014 01:09:14 +0100 Subject: [PATCH] Minor changes on "constants.php.template" --- app/inc/constants.php.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/inc/constants.php.template b/app/inc/constants.php.template index 82567d6..c9e31de 100644 --- a/app/inc/constants.php.template +++ b/app/inc/constants.php.template @@ -24,7 +24,7 @@ const VERSION = 0.8; const STUDS_URL = ''; // Application name -const NOMAPPLICATION = ""; +const NOMAPPLICATION = ''; // Database administrator email const ADRESSEMAILADMIN = ''; @@ -36,7 +36,7 @@ const ADRESSEMAILREPONSEAUTO = ''; const BASE = ''; // Database user -const USERBASE = ""; +const USERBASE = ''; // Database password const USERPASSWD = ''; @@ -44,7 +44,7 @@ const USERPASSWD = ''; // Database server name, leave empty to use a socket const SERVEURBASE = ''; -// Database type (mysql, postgresā€¦) http://phplens.com/lens/adodb/docs-adodb.htm#drivers +// Database type (pdo, mysql, postgresā€¦) http://phplens.com/lens/adodb/docs-adodb.htm#drivers const BASE_TYPE = ''; // Default Language using POSIX variant of BC P47 standard (choose in $ALLOWED_LANGUAGES)