X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=8ec1329b59c28ec6baf0a9add730108d1ffe1137;hp=4cfa57bbbf36aee8a0d990951e82ed04981c2783;hb=ee0625c4882bb462985c504abf65a3ef0e7bf1eb;hpb=c81e9ed85e01215e464d94446773bcd5e6699194 diff --git a/inc/config.php b/inc/config.php index 4cfa57bbbf..8ec1329b59 100644 --- a/inc/config.php +++ b/inc/config.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Ihre Konfigurationsdaten (MySQL) * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -122,9 +127,6 @@ define('DEBUG_MODE', false); // CFG: DEBUG-WEEKLY (comment in to test weekly reset, comment out to not test) //define('DEBUG_WEEKLY', true); -// When we are not installing -if (!defined('mxchange_installing')) define('mxchange_installing', false); - // Your MySQL data (we don't like M$ SQL ;-) ) $MySQL = array( // CFG: MYSQL-HOST @@ -140,6 +142,9 @@ $MySQL = array( // CFG: MYSQL-PREIFX define('_MYSQL_PREFIX', "mxchange"); +// CFG: TABLE-TYPE +define('_TABLE_TYPE', "MyISAM"); + // CFG: DATABASE-TYPE define('_DB_TYPE', "mysql3");