X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=08df3c6eff4c7819df66338e25bad8a1b425b0a0;hb=3dd2b31507cac203652d225f75967d1c600b5381;hp=35bf5268b11aba4fd68621920ea666ecf6fbcb30;hpb=2865a2ba42f7be1851708e33a4f3325ecbff0dd1;p=mailer.git diff --git a/inc/config.php b/inc/config.php index 35bf5268b1..08df3c6eff 100644 --- a/inc/config.php +++ b/inc/config.php @@ -32,8 +32,7 @@ ************************************************************************/ // Some security stuff... -if (!defined('__SECURITY')) -{ +if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } @@ -99,13 +98,13 @@ 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', true); +define('DEBUG_MODE', false); // When we are not installing if (!defined('mxchange_installing')) define('mxchange_installing', false); @@ -115,11 +114,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