X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-local.php.dist;h=67c790a71881d1b91420ef08aec918cd8a8f5e4f;hp=bed4e0e40494ba863a054babd52ac4abfe6bafd2;hb=ed930d1133b51edc7ec2379d91286d64afd9bc4f;hpb=96e99262a97d399f98bb92bc11a5fc9c140ca388 diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index bed4e0e404..67c790a718 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Lokale Konfiguration * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * @@ -75,7 +70,7 @@ setConfigEntry('_MYSQL_PREFIX', 'mxchange'); setConfigEntry('_TABLE_TYPE', 'MyISAM'); // CFG: DATABASE-TYPE -setConfigEntry('_DB_TYPE', 'mysql3'); +setConfigEntry('_DB_TYPE', 'mysql'); // CFG: BACKLINK (Enable backlink to mxchange.org in footer? rel=external is set!) setConfigEntry('ENABLE_BACKLINK', 'Y');