X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-local.php.dist;h=76f994b2ea00363dfcb674d8844d6b5e405051e6;hb=922091a1d2878a65f702ab1a858d3425dd1ca594;hp=bed4e0e40494ba863a054babd52ac4abfe6bafd2;hpb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;p=mailer.git diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index bed4e0e404..76f994b2ea 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * 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 * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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');