]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
Yet another fix...
[mailer.git] / inc / config.php
index ca19c3221b2ee1ff536c745a72d95ec7bde86d41..897b03aa862db2b203a9effa43cae9dddc7173b3 100644 (file)
@@ -34,7 +34,7 @@
 // Some security stuff...
 if (!defined('__SECURITY'))
 {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php";
        require($INC);
 }
 
@@ -58,7 +58,7 @@ define('COPY', "&copy; 2003 - 2008, by <A href=\"http://www.mxchange.org\" targe
 @error_reporting(0);
 
 // CFG: REGISTER-GLOBALS
-@import_request_variables("");
+@import_request_variables('');
 
 // CFG: SITE-KEY
 define('SITE_KEY', "gg42ny8-4yng23498-mf423igum-mtu248utn42-mf4839gun43");
@@ -104,6 +104,9 @@ define('mxchange_installed', false);
 // CFG: ADMIN-SETUP
 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', false);
 
@@ -115,9 +118,9 @@ $MySQL = array(
        // CFG: MYSQL-HOST
        'host'     => "localhost",
        // CFG: MYSQL-DBASE
-       'dbase'    => "database",
+       'dbase'    => "db",
        // CFG: MYSQL-LOGIN
-       'login'    => "login",
+       'login'    => "user",
        // CFG: MYSQL-PASSWORD
        'password' => "pass",
 );
@@ -136,7 +139,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', "");