X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=8ec1329b59c28ec6baf0a9add730108d1ffe1137;hp=536cae8378f270cbbf68cbc011ebff999c7ccba8;hb=fb7120ffa230b62b54895bcf95952e1cf30f8594;hpb=3df5cfd765d32de200a4db2a21a04cb2fde40b23 diff --git a/inc/config.php b/inc/config.php index 536cae8378..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"); @@ -162,7 +167,7 @@ define('SSL_COOKIES', false); define('ENABLE_BACKLINK', true); // Connect to the MySQL database... -require_once(PATH."inc/mysql-connect.php"); +require(constant('PATH')."inc/mysql-connect.php"); // ?>