]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-local.php.dist
Filter support added to template engine, functions renamed
[mailer.git] / inc / config-local.php.dist
index 6f4e9d0cb5e1e74df73a27049730646277741b6d..79325e993ab69c4b10d64a60660b2b009ecf1bca 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/03/2009 *
- * ===============                              Last change: 04/03/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 04/03/2009 *
+ * ===================                          Last change: 04/03/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : config-local.php                                 *
@@ -38,8 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
-       require($INC);
+       die();
 } // END - if
 
 /************************************************************************
@@ -79,21 +78,27 @@ setConfigEntry('_TABLE_TYPE', 'MyISAM');
 // CFG: DATABASE-TYPE
 setConfigEntry('_DB_TYPE', 'mysql3');
 
+// CFG: BACKLINK (Enable backlink to mxchange.org in footer? rel=external is set!)
+setConfigEntry('ENABLE_BACKLINK', 'Y');
+
 // CFG: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!)
 setConfigEntry('DEBUG_MODE', 'Y');
 
-// CFG: BACKLINK (Enable backlink to mxchange.org in footer? rel=external is set!)
-setConfigEntry('ENABLE_BACKLINK', 'Y');
+// CFG: DEBUG-TEMPLATE-CACHE
+setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
+
+// CFG: DEBUG-SQL (Logs all queries to inc/cache/mysql.log)
+//setConfigEntry('DEBUG_SQL', 'Y');
 
 // CFG: DEBUG-RESET (comment in to test daily reset, comment out to not test)
 //setConfigEntry('DEBUG_RESET', 'Y');
 
-// CFG: DEBUG-MONTHLY (comment in to test monthly reset, comment out to not test)
-//setConfigEntry('DEBUG_MONTHLY', 'Y');
-
 // CFG: DEBUG-WEEKLY (comment in to test weekly reset, comment out to not test)
 //setConfigEntry('DEBUG_WEEKLY', 'Y');
 
+// CFG: DEBUG-MONTHLY (comment in to test monthly reset, comment out to not test)
+//setConfigEntry('DEBUG_MONTHLY', 'Y');
+
 // CFG: DEBUG-REGEX (comment in to debug regular expressions)
 //setConfigEntry('DEBUG_REGEX', 'Y');
 
@@ -127,5 +132,5 @@ setConfigEntry('SLOGAN', 'Your cool slogan here');
 // CFG: WEBMASTER
 setConfigEntry('WEBMASTER', 'you@some-hoster.tld.invalid');
 
-//
+// [EOF]
 ?>