X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=ca19c3221b2ee1ff536c745a72d95ec7bde86d41;hp=0d02f7041c7426417c2042982e076b3d6d50b906;hb=ea2a5e6a7838127d2f9dec02ba68ec575188528b;hpb=c8b873767ffb97349c8a9f5b114cadbc2b747574 diff --git a/inc/config.php b/inc/config.php index 0d02f7041c..ca19c3221b 100644 --- a/inc/config.php +++ b/inc/config.php @@ -99,10 +99,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: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!) define('DEBUG_MODE', false); @@ -115,11 +115,11 @@ $MySQL = array( // CFG: MYSQL-HOST 'host' => "localhost", // CFG: MYSQL-DBASE - 'dbase' => "mxchange3", + 'dbase' => "database", // CFG: MYSQL-LOGIN - 'login' => "root", + 'login' => "login", // CFG: MYSQL-PASSWORD - 'password' => "Y4g31N6", + 'password' => "pass", ); // CFG: MYSQL-PREIFX