diff --git a/conf/config.php b/conf/config.php index 1f73aa0..c6038ed 100644 --- a/conf/config.php +++ b/conf/config.php @@ -32,7 +32,7 @@ const ADRESSEMAILADMIN = '__EMAIL__'; const ADRESSEMAILREPONSEAUTO = ''; // Database server name, leave empty to use a socket -//const DB_CONNECTION_STRING = '{$dbConnectionString}'; +const DB_CONNECTION_STRING = ''; // Database user const DB_USER= '__DB_USER__';