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)