]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
Missing theme extension fixed in theme_edit/theme_import
[mailer.git] / inc / config.php
index 3e98b5af6b35b6487e64e8d9d069e9320e855e8e..644925084c15df31741f7d77b89068b68cd9c988 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);
 }
 
@@ -104,18 +104,26 @@ 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);
 
-// When we are not installing
-if (!defined('mxchange_installing')) define('mxchange_installing', false);
+// CFG: DEBUG-MAIL (turn this on if you need to debug mails, only affects if DEBUG_MODE is true)
+//define('DEBUG_MAIL', true);
+
+// CFG: DEBUG-RESET (comment in to test daily reset, comment out to not test)
+//define('DEBUG_RESET', true);
 
-// Language stuff (default is german)
-require_once(PATH."inc/language.php");
+// CFG: DEBUG-MONTHLY (comment in to test monthly reset, comment out to not test)
+//define('DEBUG_MONTHLY', true);
 
-// We need general functions and database stuff here
-require_once(PATH."inc/functions.php");
-require_once(PATH."inc/mysql-manager.php");
+// 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(