From 0cc8dc922414bf0f7325e0d8d41d8a09138fe51a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 6 Mar 2009 20:27:45 +0000 Subject: [PATCH] Reverted... :( --- inc/config.php | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/inc/config.php b/inc/config.php index 7e53a75b89..5f54475e2f 100644 --- a/inc/config.php +++ b/inc/config.php @@ -10,12 +10,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Ihre Konfigurationsdaten (MySQL) * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * - * 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 * @@ -84,10 +79,10 @@ define('WRITE_FOOTER', true); define('OUTPUT_MODE', "render"); // CFG: MAIN_TITLE -define('MAIN_TITLE', "Firebox-Tauscher"); +define('MAIN_TITLE', "Your mail-exchanger title"); // CFG: SLOGAN -define('SLOGAN', "Development-Mailer zum Testen"); +define('SLOGAN', "Your cool slogan here"); // Auto-detection... (patched by "Stelzi" aka. profi-concept, thanks again!) $URL = "http://".getenv('SERVER_NAME') . str_replace("\\", "/", dirname($_SERVER['PHP_SELF'])); @@ -101,19 +96,19 @@ define('URL', $URL); define('PATH', $PATH); // CFG: WEBMASTER -define('WEBMASTER', "quix0r@firebox.lan"); +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); // CFG: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!) -define('DEBUG_MODE', true); +define('DEBUG_MODE', false); // CFG: DEBUG-MAIL (turn this on if you need to debug mails, only affects if DEBUG_MODE is true) //define('DEBUG_MAIL', true); @@ -135,18 +130,18 @@ $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', "InnoDB"); +define('_TABLE_TYPE', "MyISAM"); // CFG: DATABASE-TYPE define('_DB_TYPE', "mysql3"); @@ -159,7 +154,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', ""); -- 2.30.2