X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=c798121d321559420e8687bcff91367fe53172aa;hb=16f0ea892c6537f1eff6549ab9a3baf1d6756a13;hp=f2ef6fd7fcd75cb03a0b10a17203897603d13428;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index f2ef6fd7fc..c798121d32 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -50,7 +50,7 @@ if (function_exists('date_default_timezone_set')) { @date_default_timezone_set('Europe/Berlin'); } // END - if -// CFG: ERROR_REPORTING +// CFG: ERROR-REPORTING error_reporting(E_ALL | E_DEPRECATED | E_STRICT); // Is the function there? (removed in PHP 5.4.x) @@ -63,7 +63,7 @@ if (function_exists('import_request_variables')) { $path = str_replace(chr(92), '/', substr(dirname(__FILE__), 0, -3)); // Some very important function includes -foreach (array('config', 'wrapper', 'template', 'module', 'inc', 'stats', 'http', 'xml', 'callback', 'referral') as $inc) { +foreach (array('config', 'wrapper', 'template', 'module', 'inc', 'http') as $inc) { include($path . 'inc/' . $inc . '-functions.php'); } // END - foreach @@ -101,7 +101,7 @@ setConfigEntry('TITLE', 'Mailer-Project'); // CFG: COPY setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder,
2009 - 2012 by Mailer Developer Team'); -// CFG: CACHE_PATH +// CFG: CACHE-PATH setConfigEntry('CACHE_PATH', 'inc/cache/'); // CFG: INTERNAL-STATS (This setting is overwritten by ext-other equal and prior version 0.2.7)