]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Missing bonus mode 'ADD' added
[mailer.git] / inc / config-global.php
index 08efc24050ede7470e8ebea99d3fe578de8fc872..de8dd4841dce5e5079d3be85ee894b17076872bb 100644 (file)
@@ -92,8 +92,8 @@ setConfigEntry('TITLE', 'Mailer Project');
 // CFG: COPY
 setConfigEntry('COPY', 'Copyright &copy; 2003 - 2009, by Roland H&auml;der,<br />2009, 2010 by Mailer Developer Team');
 
-// CFG: CACHE-PATH
-setConfigEntry('CACHE_PATH', getConfig('PATH') . 'inc/cache/');
+// CFG: CACHE_PATH
+setConfigEntry('CACHE_PATH', 'inc/cache/');
 
 // CFG: STATS-ENABLED (This setting is overwritten by ext-other; at least version 0.2.6)
 setConfigEntry('stats_enabled', 'N');
@@ -101,7 +101,7 @@ setConfigEntry('stats_enabled', 'N');
 // GLOBAL: DEBUG-TEMPLATE-CACHE
 setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
 
-// Connect to the MySQL database...
+// Connect to the database...
 loadIncludeOnce('inc/mysql-connect.php');
 
 // Init stats system