X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=8ec1329b59c28ec6baf0a9add730108d1ffe1137;hb=4fe584c2e58ca2babe4141c1f4e8a595ec7a3ee9;hp=963738bfcbe3508a7beb209ea3e2e31609500a2b;hpb=af0d7727246bdfb13ab844727ac75750ad5d21b7;p=mailer.git diff --git a/inc/config.php b/inc/config.php index 963738bfcb..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 * @@ -99,10 +104,10 @@ define('PATH', $PATH); define('WEBMASTER', "you@some-hoster.tld.invalid"); // CFG: INSTALLED -define('mxchange_installed', true); +define('mxchange_installed', false); // CFG: ADMIN-SETUP -define('admin_registered', true); +define('admin_registered', false); // CFG: FRAMESET define('frameset_active', false); @@ -122,24 +127,24 @@ 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 'host' => "localhost", // CFG: MYSQL-DBASE - 'dbase' => "mxchange", + 'dbase' => "db", // CFG: MYSQL-LOGIN - 'login' => "root", + 'login' => "user", // CFG: MYSQL-PASSWORD - 'password' => "ab57dk90", + 'password' => "pass", ); // CFG: MYSQL-PREIFX define('_MYSQL_PREFIX', "mxchange"); +// CFG: TABLE-TYPE +define('_TABLE_TYPE', "MyISAM"); + // CFG: DATABASE-TYPE define('_DB_TYPE', "mysql3"); @@ -151,7 +156,7 @@ define('LEAD_EXPIRY_TIME' , (30*24*60*60)); // == 30 days // CFG: SMTP-HOSTNAME define('SMTP_HOSTNAME', ""); // CFG: SMTP-USER -define('SMTP_USER', ""); +define('SMTP_USER' , ""); // CFG: SMTP-PASSWORD define('SMTP_PASSWORD', "");